Html Css Color HEX #AB0AE7 Dark Violet

📋 copy color: '#AB0AE7'

red 171 ◦ green 10 ◦ blue 231

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

Shades of Dark Violet #AB0AE7

Tints of Dark Violet #AB0AE7

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.43%

 BLUE value IS 231 (90.63% from 255) = 56.07%

R = 41.5%
G = 2.43%
B = 56.07%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AB0AE7 (or 0xAB0AE7) is known color: Dark Violet. HEX triplet: AB, 0A and E7. RGB value is (171,10,231). Sum of RGB (Red+Green+Blue) = 171+10+231=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 10 (4.30% from 255 or 2.43% from 412); Blue value is 231 (90.62% from 255 or 56.07% from 412); Max value from RGB is 231 - color contains mainly: blue. Hex color #AB0AE7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0AE7 is #54F518. Grayscale: #525252. Windows color (decimal): -5567769 or 15141547. OLE color: 15141547.

HSL color Cylindrical-coordinate representation of color #AB0AE7: hue angle of 283.71º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB0AE7 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 171 10 231 -
CMYK 0.26 0.96 0 0.09
HSL 283.71º 0.92% 0.47% -
HSV(B) 283.71º 0.96% 0.91% -
XYZ 31.33 14.64 76.78 -
YUV 83.33 211.34 190.53 -
System Red Green Blue C M Y K H S L
Decimal 171 10 231 0.26 0.96 0 0.09 283.71 0.92 0.47
Hex AB A E7 1A 60 0 9 11C 5C 2F
Octal 253 12 347 32 140 0 11 434 134 57
Binary 10101011 1010 11100111 11010 1100000 0 1001 100011100 1011100 101111

Color Harmonies of #AB0AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0AE7

Black with #AB0AE7

Text Example


Text Example

White with #AB0AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0AE7; }

 p { color: rgb(171,10,231); }

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

background-color css

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

 a { background-color: rgb(171,10,231); }

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

border-color css

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

 span { border-color: rgb(171,10,231); }

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