Html Css Color HEX #A877AB Violet Blue

📋 copy color: '#A877AB'

red 168 ◦ green 119 ◦ blue 171

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

Shades of Violet Blue #A877AB

Tints of Violet Blue #A877AB

RGB

 RED value IS 168 (66.02% from 255) = 36.68%

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

 BLUE value IS 171 (67.19% from 255) = 37.34%

R = 36.68%
G = 25.98%
B = 37.34%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A877AB (or 0xA877AB) is known color: Violet Blue. HEX triplet: A8, 77 and AB. RGB value is (168,119,171). Sum of RGB (Red+Green+Blue) = 168+119+171=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 171 - color contains mainly: blue. Hex color #A877AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A877AB is #578854. Grayscale: #8B8B8B. Windows color (decimal): -5736533 or 11237288. OLE color: 11237288.

HSL color Cylindrical-coordinate representation of color #A877AB: hue angle of 296.54º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A877AB is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 119 171 -
CMYK 0.02 0.30 0 0.33
HSL 296.54º 0.24% 0.57% -
HSV(B) 296.54º 0.3% 0.67% -
XYZ 30.1 24.46 41.66 -
YUV 139.58 145.73 148.27 -
System Red Green Blue C M Y K H S L
Decimal 168 119 171 0.02 0.30 0 0.33 296.54 0.24 0.57
Hex A8 77 AB 2 1E 0 21 129 18 39
Octal 250 167 253 2 36 0 41 451 30 71
Binary 10101000 1110111 10101011 10 11110 0 100001 100101001 11000 111001

Color Harmonies of #A877AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A877AB

Black with #A877AB

Text Example


Text Example

White with #A877AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A877AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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