Html Css Color HEX #AB2ADB Dark Orchid

📋 copy color: '#AB2ADB'

red 171 ◦ green 42 ◦ blue 219

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

Shades of Dark Orchid #AB2ADB

Tints of Dark Orchid #AB2ADB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.72%

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

R = 39.58%
G = 9.72%
B = 50.69%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB2ADB (or 0xAB2ADB) is known color: Dark Orchid. HEX triplet: AB, 2A and DB. RGB value is (171,42,219). Sum of RGB (Red+Green+Blue) = 171+42+219=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 42 (16.80% from 255 or 9.72% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB2ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2ADB is #54D524. Grayscale: #646464. Windows color (decimal): -5559589 or 14363307. OLE color: 14363307.

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

Color convert

RGB 171 42 219 -
CMYK 0.22 0.81 0 0.14
HSL 283.73º 0.71% 0.51% -
HSV(B) 283.73º 0.81% 0.86% -
XYZ 30.41 15.43 68.39 -
YUV 100.75 194.74 178.11 -
System Red Green Blue C M Y K H S L
Decimal 171 42 219 0.22 0.81 0 0.14 283.73 0.71 0.51
Hex AB 2A DB 16 51 0 E 11C 47 33
Octal 253 52 333 26 121 0 16 434 107 63
Binary 10101011 101010 11011011 10110 1010001 0 1110 100011100 1000111 110011

Color Harmonies of #AB2ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2ADB

Black with #AB2ADB

Text Example


Text Example

White with #AB2ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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