#AB21BE

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

Shades of Dark Orchid #AB21BE

Tints of Dark Orchid #AB21BE

Color information

#AB21BE (or 0xAB21BE) is unknown color: approx Dark Orchid. HEX triplet: AB, 21 and BE. RGB value is (171,33,190). Sum of RGB (Red+Green+Blue) = 171+33+190=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 33 (13.28% from 255 or 8.38% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB21BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB21BE is #54DE41. Grayscale: #5B5B5B. Windows color (decimal): -5561922 or 12460459. OLE color: 12460459.

HSL color Cylindrical-coordinate representation of color #AB21BE: hue angle of 292.74º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB21BE is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17133190-
CMYK0.100.8300.25
HSL292.74º70.4%43.73%-
HSV(B)292.74º82.63%74.51%-
XYZ26.6313.4649.91-
YUV92.16183.22184.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.40%
GREEN value IS 33 (13.28% from 255) = 8.38%
BLUE value IS 190 (74.61% from 255) = 48.22%
R=43.40%
G=8.38%
B=48.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171331900.100.8300.25292.7470.443.73
HexAB21BEA53019125462c
Octal253412761212303144510654
Binary1010101110000110111110101010100110110011001001011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB21BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB21BE; }

 p { color: rgb(171,33,190); }

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

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

 a { background-color: rgb(171,33,190); }

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

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

 span { border-color: rgb(171,33,190); }

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