Html Css Color HEX #AB3BDB Dark Orchid

📋 copy color: '#AB3BDB'

red 171 ◦ green 59 ◦ blue 219

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

Shades of Dark Orchid #AB3BDB

Tints of Dark Orchid #AB3BDB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.14%

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

R = 38.08%
G = 13.14%
B = 48.78%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB3BDB (or 0xAB3BDB) is known color: Dark Orchid. HEX triplet: AB, 3B and DB. RGB value is (171,59,219). Sum of RGB (Red+Green+Blue) = 171+59+219=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 59 (23.44% from 255 or 13.14% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB3BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3BDB is #54C424. Grayscale: #6E6E6E. Windows color (decimal): -5555237 or 14367659. OLE color: 14367659.

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

Color convert

RGB 171 59 219 -
CMYK 0.22 0.73 0 0.14
HSL 282º 0.69% 0.55% -
HSV(B) 282º 0.73% 0.86% -
XYZ 31.14 16.9 68.64 -
YUV 110.73 189.11 170.99 -
System Red Green Blue C M Y K H S L
Decimal 171 59 219 0.22 0.73 0 0.14 282 0.69 0.55
Hex AB 3B DB 16 49 0 E 11A 45 37
Octal 253 73 333 26 111 0 16 432 105 67
Binary 10101011 111011 11011011 10110 1001001 0 1110 100011010 1000101 110111

Color Harmonies of #AB3BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3BDB

Black with #AB3BDB

Text Example


Text Example

White with #AB3BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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