Html Css Color HEX #AB0ECF Dark Violet

📋 copy color: '#AB0ECF'

red 171 ◦ green 14 ◦ blue 207

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

Shades of Dark Violet #AB0ECF

Tints of Dark Violet #AB0ECF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.57%

 BLUE value IS 207 (81.25% from 255) = 52.81%

R = 43.62%
G = 3.57%
B = 52.81%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB0ECF (or 0xAB0ECF) is known color: Dark Violet. HEX triplet: AB, 0E and CF. RGB value is (171,14,207). Sum of RGB (Red+Green+Blue) = 171+14+207=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 14 (5.86% from 255 or 3.57% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB0ECF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0ECF is #54F130. Grayscale: #525252. Windows color (decimal): -5566769 or 13569707. OLE color: 13569707.

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

Color convert

RGB 171 14 207 -
CMYK 0.17 0.93 0 0.19
HSL 288.81º 0.87% 0.43% -
HSV(B) 288.81º 0.93% 0.81% -
XYZ 28.21 13.48 60.15 -
YUV 82.95 198.01 190.81 -
System Red Green Blue C M Y K H S L
Decimal 171 14 207 0.17 0.93 0 0.19 288.81 0.87 0.43
Hex AB E CF 11 5D 0 13 121 57 2B
Octal 253 16 317 21 135 0 23 441 127 53
Binary 10101011 1110 11001111 10001 1011101 0 10011 100100001 1010111 101011

Color Harmonies of #AB0ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0ECF

Black with #AB0ECF

Text Example


Text Example

White with #AB0ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0ECF; }

 p { color: rgb(171,14,207); }

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

background-color css

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

 a { background-color: rgb(171,14,207); }

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

border-color css

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

 span { border-color: rgb(171,14,207); }

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