Html Css Color HEX #A878AA Violet Blue

📋 copy color: '#A878AA'

red 168 ◦ green 120 ◦ blue 170

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

Shades of Violet Blue #A878AA

Tints of Violet Blue #A878AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.12%

R = 36.68%
G = 26.2%
B = 37.12%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A878AA (or 0xA878AA) is known color: Violet Blue. HEX triplet: A8, 78 and AA. RGB value is (168,120,170). Sum of RGB (Red+Green+Blue) = 168+120+170=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 120 (47.27% from 255 or 26.20% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 170 - color contains mainly: blue. Hex color #A878AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A878AA is #578755. Grayscale: #8B8B8B. Windows color (decimal): -5736278 or 11172008. OLE color: 11172008.

HSL color Cylindrical-coordinate representation of color #A878AA: hue angle of 297.6º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A878AA is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 120 170 -
CMYK 0.01 0.29 0 0.33
HSL 297.6º 0.23% 0.57% -
HSV(B) 297.6º 0.29% 0.67% -
XYZ 30.12 24.66 41.2 -
YUV 140.05 144.9 147.93 -
System Red Green Blue C M Y K H S L
Decimal 168 120 170 0.01 0.29 0 0.33 297.6 0.23 0.57
Hex A8 78 AA 1 1D 0 21 12A 17 39
Octal 250 170 252 1 35 0 41 452 27 71
Binary 10101000 1111000 10101010 1 11101 0 100001 100101010 10111 111001

Color Harmonies of #A878AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A878AA

Black with #A878AA

Text Example


Text Example

White with #A878AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A878AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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