Html Css Color HEX #AB00CE Dark Violet

📋 copy color: '#AB00CE'

red 171 ◦ green 0 ◦ blue 206

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

Shades of Dark Violet #AB00CE

Tints of Dark Violet #AB00CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.64%

R = 45.36%
G = 0%
B = 54.64%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB00CE (or 0xAB00CE) is known color: Dark Violet. HEX triplet: AB, 00 and CE. RGB value is (171,0,206). Sum of RGB (Red+Green+Blue) = 171+0+206=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB00CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB00CE is #54FF31. Grayscale: #494949. Windows color (decimal): -5570354 or 13500587. OLE color: 13500587.

HSL color Cylindrical-coordinate representation of color #AB00CE: hue angle of 289.81º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB00CE is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 0 206 -
CMYK 0.17 1 0 0.19
HSL 289.81º 1% 0.4% -
HSV(B) 289.81º 1% 0.81% -
XYZ 27.94 13.11 59.45 -
YUV 74.61 202.15 196.75 -
System Red Green Blue C M Y K H S L
Decimal 171 0 206 0.17 1 0 0.19 289.81 1 0.4
Hex AB 0 CE 11 64 0 13 122 64 28
Octal 253 0 316 21 144 0 23 442 144 50
Binary 10101011 0 11001110 10001 1100100 0 10011 100100010 1100100 101000

Color Harmonies of #AB00CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB00CE

Black with #AB00CE

Text Example


Text Example

White with #AB00CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB00CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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