Html Css Color HEX #A878AB Violet Blue

📋 copy color: '#A878AB'

red 168 ◦ green 120 ◦ blue 171

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

Shades of Violet Blue #A878AB

Tints of Violet Blue #A878AB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.14%

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

R = 36.6%
G = 26.14%
B = 37.25%

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

#A878AB (or 0xA878AB) is known color: Violet Blue. HEX triplet: A8, 78 and AB. RGB value is (168,120,171). Sum of RGB (Red+Green+Blue) = 168+120+171=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 171 - color contains mainly: blue. Hex color #A878AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A878AB is #578754. Grayscale: #8C8C8C. Windows color (decimal): -5736277 or 11237544. OLE color: 11237544.

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

Color convert

RGB 168 120 171 -
CMYK 0.02 0.30 0 0.33
HSL 296.47º 0.23% 0.57% -
HSV(B) 296.47º 0.3% 0.67% -
XYZ 30.22 24.7 41.7 -
YUV 140.17 145.4 147.85 -
System Red Green Blue C M Y K H S L
Decimal 168 120 171 0.02 0.30 0 0.33 296.47 0.23 0.57
Hex A8 78 AB 2 1E 0 21 128 17 39
Octal 250 170 253 2 36 0 41 450 27 71
Binary 10101000 1111000 10101011 10 11110 0 100001 100101000 10111 111001

Color Harmonies of #A878AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A878AB

Black with #A878AB

Text Example


Text Example

White with #A878AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A878AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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