#A442CA

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

Shades of Dark Orchid #A442CA

Tints of Dark Orchid #A442CA

Color information

#A442CA (or 0xA442CA) is unknown color: approx Dark Orchid. HEX triplet: A4, 42 and CA. RGB value is (164,66,202). Sum of RGB (Red+Green+Blue) = 164+66+202=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #A442CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A442CA is #5BBD35. Grayscale: #6E6E6E. Windows color (decimal): -6012214 or 13255332. OLE color: 13255332.

HSL color Cylindrical-coordinate representation of color #A442CA: hue angle of 283.24º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A442CA is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16466202-
CMYK0.190.6700.21
HSL283.24º56.2%52.55%-
HSV(B)283.24º67.33%79.22%-
XYZ27.9216.0557.5-
YUV110.81179.47165.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.96%
GREEN value IS 66 (26.17% from 255) = 15.28%
BLUE value IS 202 (79.30% from 255) = 46.76%
R=37.96%
G=15.28%
B=46.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal164662020.190.6700.21283.2456.252.55
HexA442CA134301511b3835
Octal244102312231030254337065
Binary10100100100001011001010100111000011010101100011011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A442CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A442CA; }

 p { color: rgb(164,66,202); }

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

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

 a { background-color: rgb(164,66,202); }

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

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

 span { border-color: rgb(164,66,202); }

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