Html Css Color HEX #A778AB Violet Blue

📋 copy color: '#A778AB'

red 167 ◦ green 120 ◦ blue 171

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

Shades of Violet Blue #A778AB

Tints of Violet Blue #A778AB

RGB

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

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

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

R = 36.46%
G = 26.2%
B = 37.34%

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

#A778AB (or 0xA778AB) is known color: Violet Blue. HEX triplet: A7, 78 and AB. RGB value is (167,120,171). Sum of RGB (Red+Green+Blue) = 167+120+171=458 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.46% from 458); Green value is 120 (47.27% from 255 or 26.20% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 171 - color contains mainly: blue. Hex color #A778AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A778AB is #588754. Grayscale: #8B8B8B. Windows color (decimal): -5801813 or 11237543. OLE color: 11237543.

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

Color convert

RGB 167 120 171 -
CMYK 0.02 0.30 0 0.33
HSL 295.29º 0.23% 0.57% -
HSV(B) 295.29º 0.3% 0.67% -
XYZ 30 24.59 41.69 -
YUV 139.87 145.57 147.35 -
System Red Green Blue C M Y K H S L
Decimal 167 120 171 0.02 0.30 0 0.33 295.29 0.23 0.57
Hex A7 78 AB 2 1E 0 21 127 17 39
Octal 247 170 253 2 36 0 41 447 27 71
Binary 10100111 1111000 10101011 10 11110 0 100001 100100111 10111 111001

Color Harmonies of #A778AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A778AB

Black with #A778AB

Text Example


Text Example

White with #A778AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A778AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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