Html Css Color HEX #AB0FCD Dark Violet

📋 copy color: '#AB0FCD'

red 171 ◦ green 15 ◦ blue 205

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

Shades of Dark Violet #AB0FCD

Tints of Dark Violet #AB0FCD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.84%

 BLUE value IS 205 (80.47% from 255) = 52.43%

R = 43.73%
G = 3.84%
B = 52.43%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB0FCD (or 0xAB0FCD) is known color: Dark Violet. HEX triplet: AB, 0F and CD. RGB value is (171,15,205). Sum of RGB (Red+Green+Blue) = 171+15+205=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 15 (6.25% from 255 or 3.84% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB0FCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0FCD is #54F032. Grayscale: #525252. Windows color (decimal): -5566515 or 13438891. OLE color: 13438891.

HSL color Cylindrical-coordinate representation of color #AB0FCD: hue angle of 289.26º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB0FCD is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 15 205 -
CMYK 0.17 0.93 0 0.20
HSL 289.26º 0.86% 0.43% -
HSV(B) 289.26º 0.93% 0.8% -
XYZ 27.98 13.41 58.87 -
YUV 83.3 196.68 190.55 -
System Red Green Blue C M Y K H S L
Decimal 171 15 205 0.17 0.93 0 0.20 289.26 0.86 0.43
Hex AB F CD 11 5D 0 14 121 56 2B
Octal 253 17 315 21 135 0 24 441 126 53
Binary 10101011 1111 11001101 10001 1011101 0 10100 100100001 1010110 101011

Color Harmonies of #AB0FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0FCD

Black with #AB0FCD

Text Example


Text Example

White with #AB0FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0FCD; }

 p { color: rgb(171,15,205); }

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

background-color css

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

 a { background-color: rgb(171,15,205); }

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

border-color css

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

 span { border-color: rgb(171,15,205); }

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