Html Css Color HEX #AB0BE0 Dark Violet

📋 copy color: '#AB0BE0'

red 171 ◦ green 11 ◦ blue 224

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

Shades of Dark Violet #AB0BE0

Tints of Dark Violet #AB0BE0

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.71%

 BLUE value IS 224 (87.89% from 255) = 55.17%

R = 42.12%
G = 2.71%
B = 55.17%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AB0BE0 (or 0xAB0BE0) is known color: Dark Violet. HEX triplet: AB, 0B and E0. RGB value is (171,11,224). Sum of RGB (Red+Green+Blue) = 171+11+224=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 11 (4.69% from 255 or 2.71% from 406); Blue value is 224 (87.89% from 255 or 55.17% from 406); Max value from RGB is 224 - color contains mainly: blue. Hex color #AB0BE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0BE0 is #54F41F. Grayscale: #525252. Windows color (decimal): -5567520 or 14683051. OLE color: 14683051.

HSL color Cylindrical-coordinate representation of color #AB0BE0: hue angle of 285.07º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0BE0 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 11 224 -
CMYK 0.24 0.95 0 0.12
HSL 285.07º 0.91% 0.46% -
HSV(B) 285.07º 0.95% 0.88% -
XYZ 30.37 14.28 71.68 -
YUV 83.12 207.51 190.68 -
System Red Green Blue C M Y K H S L
Decimal 171 11 224 0.24 0.95 0 0.12 285.07 0.91 0.46
Hex AB B E0 18 5F 0 C 11D 5B 2E
Octal 253 13 340 30 137 0 14 435 133 56
Binary 10101011 1011 11100000 11000 1011111 0 1100 100011101 1011011 101110

Color Harmonies of #AB0BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0BE0

Black with #AB0BE0

Text Example


Text Example

White with #AB0BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0BE0; }

 p { color: rgb(171,11,224); }

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

background-color css

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

 a { background-color: rgb(171,11,224); }

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

border-color css

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

 span { border-color: rgb(171,11,224); }

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