Html Css Color HEX #AB06C9 Dark Violet

📋 copy color: '#AB06C9'

red 171 ◦ green 6 ◦ blue 201

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

Shades of Dark Violet #AB06C9

Tints of Dark Violet #AB06C9

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.59%

 BLUE value IS 201 (78.91% from 255) = 53.17%

R = 45.24%
G = 1.59%
B = 53.17%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AB06C9 (or 0xAB06C9) is known color: Dark Violet. HEX triplet: AB, 06 and C9. RGB value is (171,6,201). Sum of RGB (Red+Green+Blue) = 171+6+201=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 6 (2.73% from 255 or 1.59% from 378); Blue value is 201 (78.91% from 255 or 53.17% from 378); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB06C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB06C9 is #54F936. Grayscale: #4C4C4C. Windows color (decimal): -5568823 or 13174443. OLE color: 13174443.

HSL color Cylindrical-coordinate representation of color #AB06C9: hue angle of 290.77º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB06C9 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 6 201 -
CMYK 0.15 0.97 0 0.21
HSL 290.77º 0.94% 0.41% -
HSV(B) 290.77º 0.97% 0.79% -
XYZ 27.4 13.01 56.32 -
YUV 77.57 197.66 194.64 -
System Red Green Blue C M Y K H S L
Decimal 171 6 201 0.15 0.97 0 0.21 290.77 0.94 0.41
Hex AB 6 C9 F 61 0 15 123 5E 29
Octal 253 6 311 17 141 0 25 443 136 51
Binary 10101011 110 11001001 1111 1100001 0 10101 100100011 1011110 101001

Color Harmonies of #AB06C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB06C9

Black with #AB06C9

Text Example


Text Example

White with #AB06C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB06C9; }

 p { color: rgb(171,6,201); }

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

background-color css

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

 a { background-color: rgb(171,6,201); }

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

border-color css

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

 span { border-color: rgb(171,6,201); }

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