Html Css Color HEX #AB03C1 Dark Violet

📋 copy color: '#AB03C1'

red 171 ◦ green 3 ◦ blue 193

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

Shades of Dark Violet #AB03C1

Tints of Dark Violet #AB03C1

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.82%

 BLUE value IS 193 (75.78% from 255) = 52.59%

R = 46.59%
G = 0.82%
B = 52.59%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AB03C1 (or 0xAB03C1) is known color: Dark Violet. HEX triplet: AB, 03 and C1. RGB value is (171,3,193). Sum of RGB (Red+Green+Blue) = 171+3+193=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 3 (1.56% from 255 or 0.82% from 367); Blue value is 193 (75.78% from 255 or 52.59% from 367); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB03C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB03C1 is #54FC3E. Grayscale: #4A4A4A. Windows color (decimal): -5569599 or 12649387. OLE color: 12649387.

HSL color Cylindrical-coordinate representation of color #AB03C1: hue angle of 293.05º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB03C1 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 3 193 -
CMYK 0.11 0.98 0 0.24
HSL 293.05º 0.97% 0.38% -
HSV(B) 293.05º 0.98% 0.76% -
XYZ 26.45 12.57 51.48 -
YUV 74.89 194.66 196.55 -
System Red Green Blue C M Y K H S L
Decimal 171 3 193 0.11 0.98 0 0.24 293.05 0.97 0.38
Hex AB 3 C1 B 62 0 18 125 61 26
Octal 253 3 301 13 142 0 30 445 141 46
Binary 10101011 11 11000001 1011 1100010 0 11000 100100101 1100001 100110

Color Harmonies of #AB03C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB03C1

Black with #AB03C1

Text Example


Text Example

White with #AB03C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB03C1; }

 p { color: rgb(171,3,193); }

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

background-color css

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

 a { background-color: rgb(171,3,193); }

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

border-color css

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

 span { border-color: rgb(171,3,193); }

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