Html Css Color HEX #A775AD Violet Blue

📋 copy color: '#A775AD'

red 167 ◦ green 117 ◦ blue 173

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

Shades of Violet Blue #A775AD

Tints of Violet Blue #A775AD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.6%

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

R = 36.54%
G = 25.6%
B = 37.86%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A775AD (or 0xA775AD) is known color: Violet Blue. HEX triplet: A7, 75 and AD. RGB value is (167,117,173). Sum of RGB (Red+Green+Blue) = 167+117+173=457 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.54% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 173 - color contains mainly: blue. Hex color #A775AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A775AD is #588A52. Grayscale: #8A8A8A. Windows color (decimal): -5802579 or 11367847. OLE color: 11367847.

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

Color convert

RGB 167 117 173 -
CMYK 0.03 0.32 0 0.32
HSL 293.57º 0.25% 0.57% -
HSV(B) 293.57º 0.32% 0.68% -
XYZ 29.84 23.96 42.59 -
YUV 138.33 147.57 148.45 -
System Red Green Blue C M Y K H S L
Decimal 167 117 173 0.03 0.32 0 0.32 293.57 0.25 0.57
Hex A7 75 AD 3 20 0 20 126 19 39
Octal 247 165 255 3 40 0 40 446 31 71
Binary 10100111 1110101 10101101 11 100000 0 100000 100100110 11001 111001

Color Harmonies of #A775AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A775AD

Black with #A775AD

Text Example


Text Example

White with #A775AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A775AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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