Html Css Color HEX #AB4CA6 Violet Blue

📋 copy color: '#AB4CA6'

red 171 ◦ green 76 ◦ blue 166

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

Shades of Violet Blue #AB4CA6

Tints of Violet Blue #AB4CA6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.4%

 BLUE value IS 166 (65.23% from 255) = 40.19%

R = 41.4%
G = 18.4%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AB4CA6 (or 0xAB4CA6) is known color: Violet Blue. HEX triplet: AB, 4C and A6. RGB value is (171,76,166). Sum of RGB (Red+Green+Blue) = 171+76+166=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 166 (65.23% from 255 or 40.19% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4CA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4CA6 is #54B359. Grayscale: #727272. Windows color (decimal): -5550938 or 10898603. OLE color: 10898603.

HSL color Cylindrical-coordinate representation of color #AB4CA6: hue angle of 303.16º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB4CA6 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 76 166 -
CMYK 0 0.56 0.03 0.33
HSL 303.16º 0.38% 0.48% -
HSV(B) 303.16º 0.56% 0.67% -
XYZ 26.26 16.58 37.89 -
YUV 114.67 156.97 168.18 -
System Red Green Blue C M Y K H S L
Decimal 171 76 166 0 0.56 0.03 0.33 303.16 0.38 0.48
Hex AB 4C A6 0 38 3 21 12F 26 30
Octal 253 114 246 0 70 3 41 457 46 60
Binary 10101011 1001100 10100110 0 111000 11 100001 100101111 100110 110000

Color Harmonies of #AB4CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4CA6

Black with #AB4CA6

Text Example


Text Example

White with #AB4CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4CA6; }

 p { color: rgb(171,76,166); }

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

background-color css

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

 a { background-color: rgb(171,76,166); }

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

border-color css

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

 span { border-color: rgb(171,76,166); }

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