Html Css Color HEX #AB0BE2 Dark Violet

📋 copy color: '#AB0BE2'

red 171 ◦ green 11 ◦ blue 226

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

Shades of Dark Violet #AB0BE2

Tints of Dark Violet #AB0BE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 55.39%

R = 41.91%
G = 2.7%
B = 55.39%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AB0BE2 (or 0xAB0BE2) is known color: Dark Violet. HEX triplet: AB, 0B and E2. RGB value is (171,11,226). Sum of RGB (Red+Green+Blue) = 171+11+226=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 11 (4.69% from 255 or 2.70% from 408); Blue value is 226 (88.67% from 255 or 55.39% from 408); Max value from RGB is 226 - color contains mainly: blue. Hex color #AB0BE2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0BE2 is #54F41D. Grayscale: #525252. Windows color (decimal): -5567518 or 14814123. OLE color: 14814123.

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

Color convert

RGB 171 11 226 -
CMYK 0.24 0.95 0 0.11
HSL 284.65º 0.91% 0.46% -
HSV(B) 284.65º 0.95% 0.89% -
XYZ 30.64 14.39 73.11 -
YUV 83.35 208.51 190.52 -
System Red Green Blue C M Y K H S L
Decimal 171 11 226 0.24 0.95 0 0.11 284.65 0.91 0.46
Hex AB B E2 18 5F 0 B 11D 5B 2E
Octal 253 13 342 30 137 0 13 435 133 56
Binary 10101011 1011 11100010 11000 1011111 0 1011 100011101 1011011 101110

Color Harmonies of #AB0BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0BE2

Black with #AB0BE2

Text Example


Text Example

White with #AB0BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0BE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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