Html Css Color HEX #AB4BA7 Violet Blue

📋 copy color: '#AB4BA7'

red 171 ◦ green 75 ◦ blue 167

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

Shades of Violet Blue #AB4BA7

Tints of Violet Blue #AB4BA7

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.16%

 BLUE value IS 167 (65.63% from 255) = 40.44%

R = 41.4%
G = 18.16%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB4BA7 (or 0xAB4BA7) is known color: Violet Blue. HEX triplet: AB, 4B and A7. RGB value is (171,75,167). Sum of RGB (Red+Green+Blue) = 171+75+167=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 167 (65.62% from 255 or 40.44% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4BA7 is #54B458. Grayscale: #717171. Windows color (decimal): -5551193 or 10963883. OLE color: 10963883.

HSL color Cylindrical-coordinate representation of color #AB4BA7: hue angle of 302.5º degrees, saturation: 0.39, 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 #AB4BA7 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 75 167 -
CMYK 0 0.56 0.02 0.33
HSL 302.5º 0.39% 0.48% -
HSV(B) 302.5º 0.56% 0.67% -
XYZ 26.29 16.48 38.35 -
YUV 114.19 157.8 168.52 -
System Red Green Blue C M Y K H S L
Decimal 171 75 167 0 0.56 0.02 0.33 302.5 0.39 0.48
Hex AB 4B A7 0 38 2 21 12E 27 30
Octal 253 113 247 0 70 2 41 456 47 60
Binary 10101011 1001011 10100111 0 111000 10 100001 100101110 100111 110000

Color Harmonies of #AB4BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4BA7

Black with #AB4BA7

Text Example


Text Example

White with #AB4BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4BA7; }

 p { color: rgb(171,75,167); }

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

background-color css

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

 a { background-color: rgb(171,75,167); }

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

border-color css

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

 span { border-color: rgb(171,75,167); }

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