Html Css Color HEX #AB36DB Dark Orchid

📋 copy color: '#AB36DB'

red 171 ◦ green 54 ◦ blue 219

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

Shades of Dark Orchid #AB36DB

Tints of Dark Orchid #AB36DB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.16%

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

R = 38.51%
G = 12.16%
B = 49.32%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB36DB (or 0xAB36DB) is known color: Dark Orchid. HEX triplet: AB, 36 and DB. RGB value is (171,54,219). Sum of RGB (Red+Green+Blue) = 171+54+219=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 54 (21.48% from 255 or 12.16% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB36DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB36DB is #54C924. Grayscale: #6B6B6B. Windows color (decimal): -5556517 or 14366379. OLE color: 14366379.

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

Color convert

RGB 171 54 219 -
CMYK 0.22 0.75 0 0.14
HSL 282.55º 0.7% 0.54% -
HSV(B) 282.55º 0.75% 0.86% -
XYZ 30.9 16.41 68.56 -
YUV 107.79 190.76 173.08 -
System Red Green Blue C M Y K H S L
Decimal 171 54 219 0.22 0.75 0 0.14 282.55 0.7 0.54
Hex AB 36 DB 16 4B 0 E 11B 46 36
Octal 253 66 333 26 113 0 16 433 106 66
Binary 10101011 110110 11011011 10110 1001011 0 1110 100011011 1000110 110110

Color Harmonies of #AB36DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB36DB

Black with #AB36DB

Text Example


Text Example

White with #AB36DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB36DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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