Html Css Color HEX #AB33DB Dark Orchid

📋 copy color: '#AB33DB'

red 171 ◦ green 51 ◦ blue 219

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

Shades of Dark Orchid #AB33DB

Tints of Dark Orchid #AB33DB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.56%

 BLUE value IS 219 (85.94% from 255) = 49.66%

R = 38.78%
G = 11.56%
B = 49.66%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB33DB (or 0xAB33DB) is known color: Dark Orchid. HEX triplet: AB, 33 and DB. RGB value is (171,51,219). Sum of RGB (Red+Green+Blue) = 171+51+219=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 51 (20.31% from 255 or 11.56% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB33DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB33DB is #54CC24. Grayscale: #696969. Windows color (decimal): -5557285 or 14365611. OLE color: 14365611.

HSL color Cylindrical-coordinate representation of color #AB33DB: hue angle of 282.86º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB33DB is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 51 219 -
CMYK 0.22 0.77 0 0.14
HSL 282.86º 0.7% 0.53% -
HSV(B) 282.86º 0.77% 0.86% -
XYZ 30.76 16.14 68.51 -
YUV 106.03 191.76 174.34 -
System Red Green Blue C M Y K H S L
Decimal 171 51 219 0.22 0.77 0 0.14 282.86 0.7 0.53
Hex AB 33 DB 16 4D 0 E 11B 46 35
Octal 253 63 333 26 115 0 16 433 106 65
Binary 10101011 110011 11011011 10110 1001101 0 1110 100011011 1000110 110101

Color Harmonies of #AB33DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB33DB

Black with #AB33DB

Text Example


Text Example

White with #AB33DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB33DB; }

 p { color: rgb(171,51,219); }

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

background-color css

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

 a { background-color: rgb(171,51,219); }

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

border-color css

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

 span { border-color: rgb(171,51,219); }

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