Html Css Color HEX #A762AD Violet Blue

📋 copy color: '#A762AD'

red 167 ◦ green 98 ◦ blue 173

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

Shades of Violet Blue #A762AD

Tints of Violet Blue #A762AD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.37%

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

R = 38.13%
G = 22.37%
B = 39.5%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A762AD (or 0xA762AD) is known color: Violet Blue. HEX triplet: A7, 62 and AD. RGB value is (167,98,173). Sum of RGB (Red+Green+Blue) = 167+98+173=438 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.13% from 438); Green value is 98 (38.67% from 255 or 22.37% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 173 - color contains mainly: blue. Hex color #A762AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A762AD is #589D52. Grayscale: #7E7E7E. Windows color (decimal): -5807443 or 11362983. OLE color: 11362983.

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

Color convert

RGB 167 98 173 -
CMYK 0.03 0.43 0 0.32
HSL 295.2º 0.31% 0.53% -
HSV(B) 295.2º 0.43% 0.68% -
XYZ 27.85 19.97 41.92 -
YUV 127.18 153.86 156.4 -
System Red Green Blue C M Y K H S L
Decimal 167 98 173 0.03 0.43 0 0.32 295.2 0.31 0.53
Hex A7 62 AD 3 2B 0 20 127 1F 35
Octal 247 142 255 3 53 0 40 447 37 65
Binary 10100111 1100010 10101101 11 101011 0 100000 100100111 11111 110101

Color Harmonies of #A762AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A762AD

Black with #A762AD

Text Example


Text Example

White with #A762AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A762AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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