Html Css Color HEX #AB76AF Violet Blue

📋 copy color: '#AB76AF'

red 171 ◦ green 118 ◦ blue 175

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

Shades of Violet Blue #AB76AF

Tints of Violet Blue #AB76AF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.43%

 BLUE value IS 175 (68.75% from 255) = 37.72%

R = 36.85%
G = 25.43%
B = 37.72%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB76AF (or 0xAB76AF) is known color: Violet Blue. HEX triplet: AB, 76 and AF. RGB value is (171,118,175). Sum of RGB (Red+Green+Blue) = 171+118+175=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB76AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB76AF is #548950. Grayscale: #8C8C8C. Windows color (decimal): -5540177 or 11499179. OLE color: 11499179.

HSL color Cylindrical-coordinate representation of color #AB76AF: hue angle of 295.79º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB76AF is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 118 175 -
CMYK 0.02 0.33 0 0.31
HSL 295.79º 0.26% 0.57% -
HSV(B) 295.79º 0.33% 0.69% -
XYZ 31.01 24.71 43.69 -
YUV 140.35 147.56 149.87 -
System Red Green Blue C M Y K H S L
Decimal 171 118 175 0.02 0.33 0 0.31 295.79 0.26 0.57
Hex AB 76 AF 2 21 0 1F 128 1A 39
Octal 253 166 257 2 41 0 37 450 32 71
Binary 10101011 1110110 10101111 10 100001 0 11111 100101000 11010 111001

Color Harmonies of #AB76AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB76AF

Black with #AB76AF

Text Example


Text Example

White with #AB76AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB76AF; }

 p { color: rgb(171,118,175); }

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

background-color css

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

 a { background-color: rgb(171,118,175); }

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

border-color css

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

 span { border-color: rgb(171,118,175); }

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