#a21fb8

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

Shades of Dark Orchid #A21FB8

Tints of Dark Orchid #A21FB8

Color information

#A21FB8 (or 0xA21FB8) is unknown color: approx Dark Orchid. HEX triplet: A2, 1F and B8. RGB value is (162,31,184). Sum of RGB (Red+Green+Blue) = 162+31+184=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 31 (12.5% from 255 or 8.22% from 377); Blue value is 184 (72.27% from 255 or 48.81% from 377); Max value from RGB is 184 - color contains mainly: blue. Hex color #A21FB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21FB8 is #5DE047. Grayscale: #575757. Windows color (decimal): -6152264 or 12066722. OLE color: 12066722.

HSL color Cylindrical-coordinate representation of color #A21FB8: hue angle of 291.37º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A21FB8 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16231184-
CMYK0.120.8300.28
HSL291.37º71.16%42.16%-
HSV(B)291.37º83.15%72.16%-
XYZ24.0412.1246.42-
YUV87.61182.4181.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.97%
GREEN value IS 31 (12.5% from 255) = 8.22%
BLUE value IS 184 (72.27% from 255) = 48.81%
R=42.97%
G=8.22%
B=48.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal162311840.120.8300.28291.3771.1642.16
HexA21FB8C5301C123472a
Octal242372701412303444310752
Binary101000101111110111000110010100110111001001000111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a21fb8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a21fb8; }

 p { color: rgb(162,31,184); }

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

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

 a { background-color: rgb(162,31,184); }

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

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

 span { border-color: rgb(162,31,184); }

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