Html Css Color HEX #AB04E6 Dark Violet

📋 copy color: '#AB04E6'

red 171 ◦ green 4 ◦ blue 230

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

Shades of Dark Violet #AB04E6

Tints of Dark Violet #AB04E6

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.99%

 BLUE value IS 230 (90.23% from 255) = 56.79%

R = 42.22%
G = 0.99%
B = 56.79%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AB04E6 (or 0xAB04E6) is known color: Dark Violet. HEX triplet: AB, 04 and E6. RGB value is (171,4,230). Sum of RGB (Red+Green+Blue) = 171+4+230=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 4 (1.95% from 255 or 0.99% from 405); Blue value is 230 (90.23% from 255 or 56.79% from 405); Max value from RGB is 230 - color contains mainly: blue. Hex color #AB04E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB04E6 is #54FB19. Grayscale: #4E4E4E. Windows color (decimal): -5569306 or 15074475. OLE color: 15074475.

HSL color Cylindrical-coordinate representation of color #AB04E6: hue angle of 284.34º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB04E6 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 4 230 -
CMYK 0.26 0.98 0 0.10
HSL 284.34º 0.97% 0.46% -
HSV(B) 284.34º 0.98% 0.9% -
XYZ 31.12 14.46 76.01 -
YUV 79.7 212.83 193.12 -
System Red Green Blue C M Y K H S L
Decimal 171 4 230 0.26 0.98 0 0.10 284.34 0.97 0.46
Hex AB 4 E6 1A 62 0 A 11C 61 2E
Octal 253 4 346 32 142 0 12 434 141 56
Binary 10101011 100 11100110 11010 1100010 0 1010 100011100 1100001 101110

Color Harmonies of #AB04E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB04E6

Black with #AB04E6

Text Example


Text Example

White with #AB04E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB04E6; }

 p { color: rgb(171,4,230); }

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

background-color css

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

 a { background-color: rgb(171,4,230); }

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

border-color css

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

 span { border-color: rgb(171,4,230); }

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