Html Css Color HEX #AB0FCA Dark Violet

📋 copy color: '#AB0FCA'

red 171 ◦ green 15 ◦ blue 202

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

Shades of Dark Violet #AB0FCA

Tints of Dark Violet #AB0FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.06%

R = 44.07%
G = 3.87%
B = 52.06%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AB0FCA (or 0xAB0FCA) is known color: Dark Violet. HEX triplet: AB, 0F and CA. RGB value is (171,15,202). Sum of RGB (Red+Green+Blue) = 171+15+202=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 15 (6.25% from 255 or 3.87% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB0FCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0FCA is #54F035. Grayscale: #525252. Windows color (decimal): -5566518 or 13242283. OLE color: 13242283.

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

Color convert

RGB 171 15 202 -
CMYK 0.15 0.93 0 0.21
HSL 290.05º 0.86% 0.43% -
HSV(B) 290.05º 0.93% 0.79% -
XYZ 27.63 13.26 56.98 -
YUV 82.96 195.18 190.79 -
System Red Green Blue C M Y K H S L
Decimal 171 15 202 0.15 0.93 0 0.21 290.05 0.86 0.43
Hex AB F CA F 5D 0 15 122 56 2B
Octal 253 17 312 17 135 0 25 442 126 53
Binary 10101011 1111 11001010 1111 1011101 0 10101 100100010 1010110 101011

Color Harmonies of #AB0FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0FCA

Black with #AB0FCA

Text Example


Text Example

White with #AB0FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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