Html Css Color HEX #A778AD Violet Blue

📋 copy color: '#A778AD'

red 167 ◦ green 120 ◦ blue 173

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

Shades of Violet Blue #A778AD

Tints of Violet Blue #A778AD

RGB

 RED value IS 167 (65.63% from 255) = 36.3%

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

 BLUE value IS 173 (67.97% from 255) = 37.61%

R = 36.3%
G = 26.09%
B = 37.61%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A778AD (or 0xA778AD) is known color: Violet Blue. HEX triplet: A7, 78 and AD. RGB value is (167,120,173). Sum of RGB (Red+Green+Blue) = 167+120+173=460 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.30% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 173 - color contains mainly: blue. Hex color #A778AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A778AD is #588752. Grayscale: #8B8B8B. Windows color (decimal): -5801811 or 11368615. OLE color: 11368615.

HSL color Cylindrical-coordinate representation of color #A778AD: hue angle of 293.21º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A778AD is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 167 120 173 -
CMYK 0.03 0.31 0 0.32
HSL 293.21º 0.24% 0.57% -
HSV(B) 293.21º 0.31% 0.68% -
XYZ 30.2 24.67 42.7 -
YUV 140.1 146.57 147.19 -
System Red Green Blue C M Y K H S L
Decimal 167 120 173 0.03 0.31 0 0.32 293.21 0.24 0.57
Hex A7 78 AD 3 1F 0 20 125 18 39
Octal 247 170 255 3 37 0 40 445 30 71
Binary 10100111 1111000 10101101 11 11111 0 100000 100100101 11000 111001

Color Harmonies of #A778AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A778AD

Black with #A778AD

Text Example


Text Example

White with #A778AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A778AD; }

 p { color: rgb(167,120,173); }

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

background-color css

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

 a { background-color: rgb(167,120,173); }

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

border-color css

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

 span { border-color: rgb(167,120,173); }

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