Html Css Color HEX #AB03BD Dark Violet

📋 copy color: '#AB03BD'

red 171 ◦ green 3 ◦ blue 189

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

Shades of Dark Violet #AB03BD

Tints of Dark Violet #AB03BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.07%

R = 47.11%
G = 0.83%
B = 52.07%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB03BD (or 0xAB03BD) is known color: Dark Violet. HEX triplet: AB, 03 and BD. RGB value is (171,3,189). Sum of RGB (Red+Green+Blue) = 171+3+189=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 3 (1.56% from 255 or 0.83% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB03BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB03BD is #54FC42. Grayscale: #494949. Windows color (decimal): -5569603 or 12387243. OLE color: 12387243.

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

Color convert

RGB 171 3 189 -
CMYK 0.10 0.98 0 0.26
HSL 294.19º 0.97% 0.38% -
HSV(B) 294.19º 0.98% 0.74% -
XYZ 26.01 12.4 49.17 -
YUV 74.44 192.66 196.88 -
System Red Green Blue C M Y K H S L
Decimal 171 3 189 0.10 0.98 0 0.26 294.19 0.97 0.38
Hex AB 3 BD A 62 0 1A 126 61 26
Octal 253 3 275 12 142 0 32 446 141 46
Binary 10101011 11 10111101 1010 1100010 0 11010 100100110 1100001 100110

Color Harmonies of #AB03BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB03BD

Black with #AB03BD

Text Example


Text Example

White with #AB03BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB03BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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