Html Css Color HEX #A769AD Violet Blue

📋 copy color: '#A769AD'

red 167 ◦ green 105 ◦ blue 173

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

Shades of Violet Blue #A769AD

Tints of Violet Blue #A769AD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.6%

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

R = 37.53%
G = 23.6%
B = 38.88%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A769AD (or 0xA769AD) is known color: Violet Blue. HEX triplet: A7, 69 and AD. RGB value is (167,105,173). Sum of RGB (Red+Green+Blue) = 167+105+173=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 173 - color contains mainly: blue. Hex color #A769AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A769AD is #589652. Grayscale: #838383. Windows color (decimal): -5805651 or 11364775. OLE color: 11364775.

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

Color convert

RGB 167 105 173 -
CMYK 0.03 0.39 0 0.32
HSL 294.71º 0.29% 0.55% -
HSV(B) 294.71º 0.39% 0.68% -
XYZ 28.53 21.34 42.15 -
YUV 131.29 151.54 153.47 -
System Red Green Blue C M Y K H S L
Decimal 167 105 173 0.03 0.39 0 0.32 294.71 0.29 0.55
Hex A7 69 AD 3 27 0 20 127 1D 37
Octal 247 151 255 3 47 0 40 447 35 67
Binary 10100111 1101001 10101101 11 100111 0 100000 100100111 11101 110111

Color Harmonies of #A769AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A769AD

Black with #A769AD

Text Example


Text Example

White with #A769AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A769AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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