Html Css Color HEX #AB05D5 Dark Violet

📋 copy color: '#AB05D5'

red 171 ◦ green 5 ◦ blue 213

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

Shades of Dark Violet #AB05D5

Tints of Dark Violet #AB05D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 54.76%

R = 43.96%
G = 1.29%
B = 54.76%

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

#AB05D5 (or 0xAB05D5) is known color: Dark Violet. HEX triplet: AB, 05 and D5. RGB value is (171,5,213). Sum of RGB (Red+Green+Blue) = 171+5+213=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 5 (2.34% from 255 or 1.29% from 389); Blue value is 213 (83.59% from 255 or 54.76% from 389); Max value from RGB is 213 - color contains mainly: blue. Hex color #AB05D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB05D5 is #54FA2A. Grayscale: #4D4D4D. Windows color (decimal): -5569067 or 13960619. OLE color: 13960619.

HSL color Cylindrical-coordinate representation of color #AB05D5: hue angle of 287.88º degrees, saturation: 0.95, 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 #AB05D5 is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 5 213 -
CMYK 0.20 0.98 0 0.16
HSL 287.88º 0.95% 0.43% -
HSV(B) 287.88º 0.98% 0.84% -
XYZ 28.86 13.57 64.05 -
YUV 78.35 204 194.09 -
System Red Green Blue C M Y K H S L
Decimal 171 5 213 0.20 0.98 0 0.16 287.88 0.95 0.43
Hex AB 5 D5 14 62 0 10 120 5F 2B
Octal 253 5 325 24 142 0 20 440 137 53
Binary 10101011 101 11010101 10100 1100010 0 10000 100100000 1011111 101011

Color Harmonies of #AB05D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB05D5

Black with #AB05D5

Text Example


Text Example

White with #AB05D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB05D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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