#A22FC4

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

Shades of Dark Orchid #A22FC4

Tints of Dark Orchid #A22FC4

Color information

#A22FC4 (or 0xA22FC4) is unknown color: approx Dark Orchid. HEX triplet: A2, 2F and C4. RGB value is (162,47,196). Sum of RGB (Red+Green+Blue) = 162+47+196=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 47 (18.75% from 255 or 11.60% from 405); Blue value is 196 (76.95% from 255 or 48.40% from 405); Max value from RGB is 196 - color contains mainly: blue. Hex color #A22FC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22FC4 is #5DD03B. Grayscale: #616161. Windows color (decimal): -6148156 or 12857250. OLE color: 12857250.

HSL color Cylindrical-coordinate representation of color #A22FC4: hue angle of 286.31º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A22FC4 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16247196-
CMYK0.170.7600.23
HSL286.31º61.32%47.65%-
HSV(B)286.31º76.02%76.86%-
XYZ25.8813.753.5-
YUV98.37183.1173.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40%
GREEN value IS 47 (18.75% from 255) = 11.60%
BLUE value IS 196 (76.95% from 255) = 48.40%
R=40%
G=11.60%
B=48.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal162471960.170.7600.23286.3161.3247.65
HexA22FC4114C01711e3d30
Octal24257304211140274367560
Binary1010001010111111000100100011001100010111100011110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22FC4; }

 p { color: rgb(162,47,196); }

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

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

 a { background-color: rgb(162,47,196); }

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

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

 span { border-color: rgb(162,47,196); }

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