#A442E8

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

Shades of Dark Orchid #A442E8

Tints of Dark Orchid #A442E8

Color information

#A442E8 (or 0xA442E8) is unknown color: approx Dark Orchid. HEX triplet: A4, 42 and E8. RGB value is (164,66,232). Sum of RGB (Red+Green+Blue) = 164+66+232=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 66 (26.17% from 255 or 14.29% from 462); Blue value is 232 (91.02% from 255 or 50.22% from 462); Max value from RGB is 232 - color contains mainly: blue. Hex color #A442E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A442E8 is #5BBD17. Grayscale: #717171. Windows color (decimal): -6012184 or 15221412. OLE color: 15221412.

HSL color Cylindrical-coordinate representation of color #A442E8: hue angle of 275.42º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A442E8 is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16466232-
CMYK0.290.7200.09
HSL275.42º78.3%58.43%-
HSV(B)275.42º71.55%90.98%-
XYZ31.8217.6278.07-
YUV114.23194.47163.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.50%
GREEN value IS 66 (26.17% from 255) = 14.29%
BLUE value IS 232 (91.02% from 255) = 50.22%
R=35.50%
G=14.29%
B=50.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal164662320.290.7200.09275.4278.358.43
HexA442E81D48091134e3a
Octal2441023503511001142311672
Binary10100100100001011101000111011001000010011000100111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A442E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A442E8; }

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

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

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

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

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

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

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

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