Html Css Color HEX #AB05D4 Dark Violet

📋 copy color: '#AB05D4'

red 171 ◦ green 5 ◦ blue 212

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

Shades of Dark Violet #AB05D4

Tints of Dark Violet #AB05D4

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.29%

 BLUE value IS 212 (83.2% from 255) = 54.64%

R = 44.07%
G = 1.29%
B = 54.64%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AB05D4 (or 0xAB05D4) is known color: Dark Violet. HEX triplet: AB, 05 and D4. RGB value is (171,5,212). Sum of RGB (Red+Green+Blue) = 171+5+212=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 5 (2.34% from 255 or 1.29% from 388); Blue value is 212 (83.20% from 255 or 54.64% from 388); Max value from RGB is 212 - color contains mainly: blue. Hex color #AB05D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB05D4 is #54FA2B. Grayscale: #4D4D4D. Windows color (decimal): -5569068 or 13895083. OLE color: 13895083.

HSL color Cylindrical-coordinate representation of color #AB05D4: hue angle of 288.12º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB05D4 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 171 5 212 -
CMYK 0.19 0.98 0 0.17
HSL 288.12º 0.95% 0.43% -
HSV(B) 288.12º 0.98% 0.83% -
XYZ 28.73 13.52 63.38 -
YUV 78.23 203.5 194.17 -
System Red Green Blue C M Y K H S L
Decimal 171 5 212 0.19 0.98 0 0.17 288.12 0.95 0.43
Hex AB 5 D4 13 62 0 11 120 5F 2B
Octal 253 5 324 23 142 0 21 440 137 53
Binary 10101011 101 11010100 10011 1100010 0 10001 100100000 1011111 101011

Color Harmonies of #AB05D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB05D4

Black with #AB05D4

Text Example


Text Example

White with #AB05D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB05D4; }

 p { color: rgb(171,5,212); }

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

background-color css

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

 a { background-color: rgb(171,5,212); }

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

border-color css

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

 span { border-color: rgb(171,5,212); }

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