Html Css Color HEX #AB3CDB Dark Orchid

📋 copy color: '#AB3CDB'

red 171 ◦ green 60 ◦ blue 219

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

Shades of Dark Orchid #AB3CDB

Tints of Dark Orchid #AB3CDB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.33%

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

R = 38%
G = 13.33%
B = 48.67%

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

#AB3CDB (or 0xAB3CDB) is known color: Dark Orchid. HEX triplet: AB, 3C and DB. RGB value is (171,60,219). Sum of RGB (Red+Green+Blue) = 171+60+219=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 60 (23.83% from 255 or 13.33% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB3CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3CDB is #54C324. Grayscale: #6E6E6E. Windows color (decimal): -5554981 or 14367915. OLE color: 14367915.

HSL color Cylindrical-coordinate representation of color #AB3CDB: hue angle of 281.89º 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 #AB3CDB is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 60 219 -
CMYK 0.22 0.73 0 0.14
HSL 281.89º 0.69% 0.55% -
HSV(B) 281.89º 0.73% 0.86% -
XYZ 31.2 17 68.66 -
YUV 111.32 188.77 170.57 -
System Red Green Blue C M Y K H S L
Decimal 171 60 219 0.22 0.73 0 0.14 281.89 0.69 0.55
Hex AB 3C DB 16 49 0 E 11A 45 37
Octal 253 74 333 26 111 0 16 432 105 67
Binary 10101011 111100 11011011 10110 1001001 0 1110 100011010 1000101 110111

Color Harmonies of #AB3CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3CDB

Black with #AB3CDB

Text Example


Text Example

White with #AB3CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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