Html Css Color HEX #AB00BE Dark Violet

📋 copy color: '#AB00BE'

red 171 ◦ green 0 ◦ blue 190

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

Shades of Dark Violet #AB00BE

Tints of Dark Violet #AB00BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.63%

R = 47.37%
G = 0%
B = 52.63%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB00BE (or 0xAB00BE) is known color: Dark Violet. HEX triplet: AB, 00 and BE. RGB value is (171,0,190). Sum of RGB (Red+Green+Blue) = 171+0+190=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB00BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB00BE is #54FF41. Grayscale: #484848. Windows color (decimal): -5570370 or 12452011. OLE color: 12452011.

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

Color convert

RGB 171 0 190 -
CMYK 0.10 1 0 0.25
HSL 294º 1% 0.37% -
HSV(B) 294º 1% 0.75% -
XYZ 26.09 12.38 49.73 -
YUV 72.79 194.15 198.05 -
System Red Green Blue C M Y K H S L
Decimal 171 0 190 0.10 1 0 0.25 294 1 0.37
Hex AB 0 BE A 64 0 19 126 64 25
Octal 253 0 276 12 144 0 31 446 144 45
Binary 10101011 0 10111110 1010 1100100 0 11001 100100110 1100100 100101

Color Harmonies of #AB00BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB00BE

Black with #AB00BE

Text Example


Text Example

White with #AB00BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB00BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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