Html Css Color HEX #AB77AF Violet Blue

📋 copy color: '#AB77AF'

red 171 ◦ green 119 ◦ blue 175

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

Shades of Violet Blue #AB77AF

Tints of Violet Blue #AB77AF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.59%

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

R = 36.77%
G = 25.59%
B = 37.63%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB77AF (or 0xAB77AF) is known color: Violet Blue. HEX triplet: AB, 77 and AF. RGB value is (171,119,175). Sum of RGB (Red+Green+Blue) = 171+119+175=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB77AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB77AF is #548850. Grayscale: #8C8C8C. Windows color (decimal): -5539921 or 11499435. OLE color: 11499435.

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

Color convert

RGB 171 119 175 -
CMYK 0.02 0.32 0 0.31
HSL 295.71º 0.26% 0.58% -
HSV(B) 295.71º 0.32% 0.69% -
XYZ 31.13 24.95 43.73 -
YUV 140.93 147.23 149.45 -
System Red Green Blue C M Y K H S L
Decimal 171 119 175 0.02 0.32 0 0.31 295.71 0.26 0.58
Hex AB 77 AF 2 20 0 1F 128 1A 3A
Octal 253 167 257 2 40 0 37 450 32 72
Binary 10101011 1110111 10101111 10 100000 0 11111 100101000 11010 111010

Color Harmonies of #AB77AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB77AF

Black with #AB77AF

Text Example


Text Example

White with #AB77AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB77AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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