Html Css Color HEX #AB03BC Dark Violet

📋 copy color: '#AB03BC'

red 171 ◦ green 3 ◦ blue 188

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

Shades of Dark Violet #AB03BC

Tints of Dark Violet #AB03BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.93%

R = 47.24%
G = 0.83%
B = 51.93%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB03BC (or 0xAB03BC) is known color: Dark Violet. HEX triplet: AB, 03 and BC. RGB value is (171,3,188). Sum of RGB (Red+Green+Blue) = 171+3+188=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 3 (1.56% from 255 or 0.83% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB03BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB03BC is #54FC43. Grayscale: #494949. Windows color (decimal): -5569604 or 12321707. OLE color: 12321707.

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

Color convert

RGB 171 3 188 -
CMYK 0.09 0.98 0 0.26
HSL 294.49º 0.97% 0.37% -
HSV(B) 294.49º 0.98% 0.74% -
XYZ 25.9 12.35 48.6 -
YUV 74.32 192.16 196.96 -
System Red Green Blue C M Y K H S L
Decimal 171 3 188 0.09 0.98 0 0.26 294.49 0.97 0.37
Hex AB 3 BC 9 62 0 1A 126 61 25
Octal 253 3 274 11 142 0 32 446 141 45
Binary 10101011 11 10111100 1001 1100010 0 11010 100100110 1100001 100101

Color Harmonies of #AB03BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB03BC

Black with #AB03BC

Text Example


Text Example

White with #AB03BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB03BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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