#a731cd

Color #A731CD Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A731CD

Tints of Dark Orchid #A731CD

Color information

#A731CD (or 0xA731CD) is unknown color: approx Dark Orchid. HEX triplet: A7, 31 and CD. RGB value is (167,49,205). Sum of RGB (Red+Green+Blue) = 167+49+205=421 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.67% from 421); Green value is 49 (19.53% from 255 or 11.64% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #A731CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A731CD is #58CE32. Grayscale: #656565. Windows color (decimal): -5819955 or 13447591. OLE color: 13447591.

HSL color Cylindrical-coordinate representation of color #A731CD: hue angle of 285.38º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A731CD is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16749205-
CMYK0.190.7600.20
HSL285.38º61.42%49.8%-
HSV(B)285.38º76.1%80.39%-
XYZ28.0514.8259.14-
YUV102.07186.09174.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 39.67%
GREEN value IS 49 (19.53% from 255) = 11.64%
BLUE value IS 205 (80.47% from 255) = 48.69%
R=39.67%
G=11.64%
B=48.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal167492050.190.7600.20285.3861.4249.8
HexA731CD134C01411d3d32
Octal24761315231140244357562
Binary1010011111000111001101100111001100010100100011101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a731cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a731cd; }

 p { color: rgb(167,49,205); }

 H1.HeaderClassName
 {
   color: #a731cd;
 }
 .AnyTagClassName
 {
   color: #a731cd;
 }
</style>
background-color css

<style>
 a { background-color: #a731cd; }

 a { background-color: rgb(167,49,205); }

 div.DivClassName
 {
   background-color: #a731cd;
 }
 .BgClassName
 {
   background-color: #a731cd;
 }
</style>
border-color css

<style>
 span { border-color: #a731cd; }

 span { border-color: rgb(167,49,205); }

 td.TdClassName
 {
   border-color: #a731cd;
 }
 .TagClassName
 {
   border-color: #a731cd;
 }
</style>