Html Css Color HEX #AB21CE Dark Orchid

📋 copy color: '#AB21CE'

red 171 ◦ green 33 ◦ blue 206

#AB21CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AB21CE

Tints of Dark Orchid #AB21CE

RGB

 RED value IS 171 (67.19% from 255) = 41.71%

 GREEN value IS 33 (13.28% from 255) = 8.05%

 BLUE value IS 206 (80.86% from 255) = 50.24%

R = 41.71%
G = 8.05%
B = 50.24%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB21CE (or 0xAB21CE) is known color: Dark Orchid. HEX triplet: AB, 21 and CE. RGB value is (171,33,206). Sum of RGB (Red+Green+Blue) = 171+33+206=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 33 (13.28% from 255 or 8.05% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB21CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB21CE is #54DE31. Grayscale: #5D5D5D. Windows color (decimal): -5561906 or 13509035. OLE color: 13509035.

HSL color Cylindrical-coordinate representation of color #AB21CE: hue angle of 287.86º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB21CE is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 33 206 -
CMYK 0.17 0.84 0 0.19
HSL 287.86º 0.72% 0.47% -
HSV(B) 287.86º 0.84% 0.81% -
XYZ 28.48 14.2 59.63 -
YUV 93.98 191.22 182.93 -
System Red Green Blue C M Y K H S L
Decimal 171 33 206 0.17 0.84 0 0.19 287.86 0.72 0.47
Hex AB 21 CE 11 54 0 13 120 48 2F
Octal 253 41 316 21 124 0 23 440 110 57
Binary 10101011 100001 11001110 10001 1010100 0 10011 100100000 1001000 101111

Color Harmonies of #AB21CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB21CE

Black with #AB21CE

Text Example


Text Example

White with #AB21CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB21CE; }

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

 H1.HeaderClassName
 {
   color: #AB21CE;
 }
 .AnyTagClassName
 {
   color: #AB21CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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