Html Css Color HEX #AB0CDD Dark Violet

📋 copy color: '#AB0CDD'

red 171 ◦ green 12 ◦ blue 221

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

Shades of Dark Violet #AB0CDD

Tints of Dark Violet #AB0CDD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.97%

 BLUE value IS 221 (86.72% from 255) = 54.7%

R = 42.33%
G = 2.97%
B = 54.7%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB0CDD (or 0xAB0CDD) is known color: Dark Violet. HEX triplet: AB, 0C and DD. RGB value is (171,12,221). Sum of RGB (Red+Green+Blue) = 171+12+221=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 12 (5.08% from 255 or 2.97% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB0CDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0CDD is #54F322. Grayscale: #525252. Windows color (decimal): -5567267 or 14486699. OLE color: 14486699.

HSL color Cylindrical-coordinate representation of color #AB0CDD: hue angle of 285.65º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0CDD is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 12 221 -
CMYK 0.23 0.95 0 0.13
HSL 285.65º 0.9% 0.46% -
HSV(B) 285.65º 0.95% 0.87% -
XYZ 29.98 14.14 69.56 -
YUV 83.37 205.68 190.51 -
System Red Green Blue C M Y K H S L
Decimal 171 12 221 0.23 0.95 0 0.13 285.65 0.9 0.46
Hex AB C DD 17 5F 0 D 11E 5A 2E
Octal 253 14 335 27 137 0 15 436 132 56
Binary 10101011 1100 11011101 10111 1011111 0 1101 100011110 1011010 101110

Color Harmonies of #AB0CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0CDD

Black with #AB0CDD

Text Example


Text Example

White with #AB0CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0CDD; }

 p { color: rgb(171,12,221); }

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

background-color css

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

 a { background-color: rgb(171,12,221); }

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

border-color css

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

 span { border-color: rgb(171,12,221); }

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