#A444CC

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

Shades of Dark Orchid #A444CC

Tints of Dark Orchid #A444CC

Color information

#A444CC (or 0xA444CC) is unknown color: approx Dark Orchid. HEX triplet: A4, 44 and CC. RGB value is (164,68,204). Sum of RGB (Red+Green+Blue) = 164+68+204=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 68 (26.95% from 255 or 15.60% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #A444CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A444CC is #5BBB33. Grayscale: #6F6F6F. Windows color (decimal): -6011700 or 13386916. OLE color: 13386916.

HSL color Cylindrical-coordinate representation of color #A444CC: hue angle of 282.35º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A444CC is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16468204-
CMYK0.200.6700.2
HSL282.35º57.14%53.33%-
HSV(B)282.35º66.67%80%-
XYZ28.2816.3958.8-
YUV112.21179.8164.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.61%
GREEN value IS 68 (26.95% from 255) = 15.60%
BLUE value IS 204 (80.08% from 255) = 46.79%
R=37.61%
G=15.60%
B=46.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal164682040.200.6700.2282.3557.1453.33
HexA444CC144301411a3935
Octal244104314241030244327165
Binary10100100100010011001100101001000011010100100011010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A444CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A444CC; }

 p { color: rgb(164,68,204); }

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

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

 a { background-color: rgb(164,68,204); }

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

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

 span { border-color: rgb(164,68,204); }

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