Html Css Color HEX #AB04D7 Dark Violet

📋 copy color: '#AB04D7'

red 171 ◦ green 4 ◦ blue 215

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

Shades of Dark Violet #AB04D7

Tints of Dark Violet #AB04D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 55.13%

R = 43.85%
G = 1.03%
B = 55.13%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AB04D7 (or 0xAB04D7) is known color: Dark Violet. HEX triplet: AB, 04 and D7. RGB value is (171,4,215). Sum of RGB (Red+Green+Blue) = 171+4+215=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 4 (1.95% from 255 or 1.03% from 390); Blue value is 215 (84.38% from 255 or 55.13% from 390); Max value from RGB is 215 - color contains mainly: blue. Hex color #AB04D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB04D7 is #54FB28. Grayscale: #4D4D4D. Windows color (decimal): -5569321 or 14091435. OLE color: 14091435.

HSL color Cylindrical-coordinate representation of color #AB04D7: hue angle of 287.49º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB04D7 is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 4 215 -
CMYK 0.20 0.98 0 0.16
HSL 287.49º 0.96% 0.43% -
HSV(B) 287.49º 0.98% 0.84% -
XYZ 29.1 13.65 65.39 -
YUV 77.99 205.33 194.34 -
System Red Green Blue C M Y K H S L
Decimal 171 4 215 0.20 0.98 0 0.16 287.49 0.96 0.43
Hex AB 4 D7 14 62 0 10 11F 60 2B
Octal 253 4 327 24 142 0 20 437 140 53
Binary 10101011 100 11010111 10100 1100010 0 10000 100011111 1100000 101011

Color Harmonies of #AB04D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB04D7

Black with #AB04D7

Text Example


Text Example

White with #AB04D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB04D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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