Html Css Color HEX #AA78A8 Violet Blue

📋 copy color: '#AA78A8'

red 170 ◦ green 120 ◦ blue 168

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

Shades of Violet Blue #AA78A8

Tints of Violet Blue #AA78A8

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #AA78A8: hue angle of 302.4º 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 #AA78A8 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 120 168 -
CMYK 0 0.29 0.01 0.33
HSL 302.4º 0.23% 0.57% -
HSV(B) 302.4º 0.29% 0.67% -
XYZ 30.36 24.81 40.23 -
YUV 140.42 143.57 149.1 -
System Red Green Blue C M Y K H S L
Decimal 170 120 168 0 0.29 0.01 0.33 302.4 0.23 0.57
Hex AA 78 A8 0 1D 1 21 12E 17 39
Octal 252 170 250 0 35 1 41 456 27 71
Binary 10101010 1111000 10101000 0 11101 1 100001 100101110 10111 111001

Color Harmonies of #AA78A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA78A8

Black with #AA78A8

Text Example


Text Example

White with #AA78A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA78A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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