Html Css Color HEX #AB06CA Dark Violet

📋 copy color: '#AB06CA'

red 171 ◦ green 6 ◦ blue 202

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

Shades of Dark Violet #AB06CA

Tints of Dark Violet #AB06CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 53.3%

R = 45.12%
G = 1.58%
B = 53.3%

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

#AB06CA (or 0xAB06CA) is known color: Dark Violet. HEX triplet: AB, 06 and CA. RGB value is (171,6,202). Sum of RGB (Red+Green+Blue) = 171+6+202=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 6 (2.73% from 255 or 1.58% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB06CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB06CA is #54F935. Grayscale: #4D4D4D. Windows color (decimal): -5568822 or 13239979. OLE color: 13239979.

HSL color Cylindrical-coordinate representation of color #AB06CA: hue angle of 290.51º 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 #AB06CA is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 6 202 -
CMYK 0.15 0.97 0 0.21
HSL 290.51º 0.94% 0.41% -
HSV(B) 290.51º 0.97% 0.79% -
XYZ 27.52 13.05 56.95 -
YUV 77.68 198.16 194.56 -
System Red Green Blue C M Y K H S L
Decimal 171 6 202 0.15 0.97 0 0.21 290.51 0.94 0.41
Hex AB 6 CA F 61 0 15 123 5E 29
Octal 253 6 312 17 141 0 25 443 136 51
Binary 10101011 110 11001010 1111 1100001 0 10101 100100011 1011110 101001

Color Harmonies of #AB06CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB06CA

Black with #AB06CA

Text Example


Text Example

White with #AB06CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB06CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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