Html Css Color HEX #AA78AF Violet Blue

📋 copy color: '#AA78AF'

red 170 ◦ green 120 ◦ blue 175

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

Shades of Violet Blue #AA78AF

Tints of Violet Blue #AA78AF

RGB

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

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

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

R = 36.56%
G = 25.81%
B = 37.63%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA78AF (or 0xAA78AF) is known color: Violet Blue. HEX triplet: AA, 78 and AF. RGB value is (170,120,175). Sum of RGB (Red+Green+Blue) = 170+120+175=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 120 (47.27% from 255 or 25.81% 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 #AA78AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA78AF is #558750. Grayscale: #8D8D8D. Windows color (decimal): -5605201 or 11499690. OLE color: 11499690.

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

Color convert

RGB 170 120 175 -
CMYK 0.03 0.31 0 0.31
HSL 294.55º 0.26% 0.58% -
HSV(B) 294.55º 0.31% 0.69% -
XYZ 31.03 25.07 43.76 -
YUV 141.22 147.07 148.53 -
System Red Green Blue C M Y K H S L
Decimal 170 120 175 0.03 0.31 0 0.31 294.55 0.26 0.58
Hex AA 78 AF 3 1F 0 1F 127 1A 3A
Octal 252 170 257 3 37 0 37 447 32 72
Binary 10101010 1111000 10101111 11 11111 0 11111 100100111 11010 111010

Color Harmonies of #AA78AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA78AF

Black with #AA78AF

Text Example


Text Example

White with #AA78AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA78AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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