Html Css Color HEX #AB05E0 Dark Violet

📋 copy color: '#AB05E0'

red 171 ◦ green 5 ◦ blue 224

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

Shades of Dark Violet #AB05E0

Tints of Dark Violet #AB05E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 56%

R = 42.75%
G = 1.25%
B = 56%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AB05E0 (or 0xAB05E0) is known color: Dark Violet. HEX triplet: AB, 05 and E0. RGB value is (171,5,224). Sum of RGB (Red+Green+Blue) = 171+5+224=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 5 (2.34% from 255 or 1.25% from 400); Blue value is 224 (87.89% from 255 or 56% from 400); Max value from RGB is 224 - color contains mainly: blue. Hex color #AB05E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB05E0 is #54FA1F. Grayscale: #4E4E4E. Windows color (decimal): -5569056 or 14681515. OLE color: 14681515.

HSL color Cylindrical-coordinate representation of color #AB05E0: hue angle of 285.48º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB05E0 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 5 224 -
CMYK 0.24 0.98 0 0.12
HSL 285.48º 0.96% 0.45% -
HSV(B) 285.48º 0.98% 0.88% -
XYZ 30.3 14.15 71.65 -
YUV 79.6 209.5 193.19 -
System Red Green Blue C M Y K H S L
Decimal 171 5 224 0.24 0.98 0 0.12 285.48 0.96 0.45
Hex AB 5 E0 18 62 0 C 11D 60 2D
Octal 253 5 340 30 142 0 14 435 140 55
Binary 10101011 101 11100000 11000 1100010 0 1100 100011101 1100000 101101

Color Harmonies of #AB05E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB05E0

Black with #AB05E0

Text Example


Text Example

White with #AB05E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB05E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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