Html Css Color HEX #AB00BD Dark Violet

📋 copy color: '#AB00BD'

red 171 ◦ green 0 ◦ blue 189

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

Shades of Dark Violet #AB00BD

Tints of Dark Violet #AB00BD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.5%
G = 0%
B = 52.5%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB00BD (or 0xAB00BD) is known color: Dark Violet. HEX triplet: AB, 00 and BD. RGB value is (171,0,189). Sum of RGB (Red+Green+Blue) = 171+0+189=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB00BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB00BD is #54FF42. Grayscale: #484848. Windows color (decimal): -5570371 or 12386475. OLE color: 12386475.

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

Color convert

RGB 171 0 189 -
CMYK 0.10 1 0 0.26
HSL 294.29º 1% 0.37% -
HSV(B) 294.29º 1% 0.74% -
XYZ 25.98 12.33 49.16 -
YUV 72.68 193.65 198.13 -
System Red Green Blue C M Y K H S L
Decimal 171 0 189 0.10 1 0 0.26 294.29 1 0.37
Hex AB 0 BD A 64 0 1A 126 64 25
Octal 253 0 275 12 144 0 32 446 144 45
Binary 10101011 0 10111101 1010 1100100 0 11010 100100110 1100100 100101

Color Harmonies of #AB00BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB00BD

Black with #AB00BD

Text Example


Text Example

White with #AB00BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB00BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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