Html Css Color HEX #AB30DB Dark Orchid

📋 copy color: '#AB30DB'

red 171 ◦ green 48 ◦ blue 219

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

Shades of Dark Orchid #AB30DB

Tints of Dark Orchid #AB30DB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.96%

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

R = 39.04%
G = 10.96%
B = 50%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB30DB (or 0xAB30DB) is known color: Dark Orchid. HEX triplet: AB, 30 and DB. RGB value is (171,48,219). Sum of RGB (Red+Green+Blue) = 171+48+219=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 48 (19.14% from 255 or 10.96% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB30DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB30DB is #54CF24. Grayscale: #676767. Windows color (decimal): -5558053 or 14364843. OLE color: 14364843.

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

Color convert

RGB 171 48 219 -
CMYK 0.22 0.78 0 0.14
HSL 283.16º 0.7% 0.52% -
HSV(B) 283.16º 0.78% 0.86% -
XYZ 30.64 15.89 68.47 -
YUV 104.27 192.75 175.6 -
System Red Green Blue C M Y K H S L
Decimal 171 48 219 0.22 0.78 0 0.14 283.16 0.7 0.52
Hex AB 30 DB 16 4E 0 E 11B 46 34
Octal 253 60 333 26 116 0 16 433 106 64
Binary 10101011 110000 11011011 10110 1001110 0 1110 100011011 1000110 110100

Color Harmonies of #AB30DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB30DB

Black with #AB30DB

Text Example


Text Example

White with #AB30DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB30DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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