#A22BAF

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

Shades of Dark Orchid #A22BAF

Tints of Dark Orchid #A22BAF

Color information

#A22BAF (or 0xA22BAF) is unknown color: approx Dark Orchid. HEX triplet: A2, 2B and AF. RGB value is (162,43,175). Sum of RGB (Red+Green+Blue) = 162+43+175=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 43 (17.19% from 255 or 11.32% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #A22BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22BAF is #5DD450. Grayscale: #5D5D5D. Windows color (decimal): -6149201 or 11479970. OLE color: 11479970.

HSL color Cylindrical-coordinate representation of color #A22BAF: hue angle of 294.09º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A22BAF is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16243175-
CMYK0.070.7500.31
HSL294.09º60.55%42.75%-
HSV(B)294.09º75.43%68.63%-
XYZ23.512.541.73-
YUV93.63173.92176.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.63%
GREEN value IS 43 (17.19% from 255) = 11.32%
BLUE value IS 175 (68.75% from 255) = 46.05%
R=42.63%
G=11.32%
B=46.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162431750.070.7500.31294.0960.5542.75
HexA22BAF74B01F1263d2b
Octal2425325771130374467553
Binary10100010101011101011111111001011011111100100110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22BAF; }

 p { color: rgb(162,43,175); }

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

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

 a { background-color: rgb(162,43,175); }

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

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

 span { border-color: rgb(162,43,175); }

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