Html Css Color HEX #AB3EDB Dark Orchid

📋 copy color: '#AB3EDB'

red 171 ◦ green 62 ◦ blue 219

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

Shades of Dark Orchid #AB3EDB

Tints of Dark Orchid #AB3EDB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.72%

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

R = 37.83%
G = 13.72%
B = 48.45%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB3EDB (or 0xAB3EDB) is known color: Dark Orchid. HEX triplet: AB, 3E and DB. RGB value is (171,62,219). Sum of RGB (Red+Green+Blue) = 171+62+219=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 62 (24.61% from 255 or 13.72% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB3EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3EDB is #54C124. Grayscale: #6F6F6F. Windows color (decimal): -5554469 or 14368427. OLE color: 14368427.

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

Color convert

RGB 171 62 219 -
CMYK 0.22 0.72 0 0.14
HSL 281.66º 0.69% 0.55% -
HSV(B) 281.66º 0.72% 0.86% -
XYZ 31.3 17.22 68.69 -
YUV 112.49 188.11 169.73 -
System Red Green Blue C M Y K H S L
Decimal 171 62 219 0.22 0.72 0 0.14 281.66 0.69 0.55
Hex AB 3E DB 16 48 0 E 11A 45 37
Octal 253 76 333 26 110 0 16 432 105 67
Binary 10101011 111110 11011011 10110 1001000 0 1110 100011010 1000101 110111

Color Harmonies of #AB3EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3EDB

Black with #AB3EDB

Text Example


Text Example

White with #AB3EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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