Html Css Color HEX #A763AA Violet Blue

📋 copy color: '#A763AA'

red 167 ◦ green 99 ◦ blue 170

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

Shades of Violet Blue #A763AA

Tints of Violet Blue #A763AA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.71%

 BLUE value IS 170 (66.8% from 255) = 38.99%

R = 38.3%
G = 22.71%
B = 38.99%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A763AA (or 0xA763AA) is known color: Violet Blue. HEX triplet: A7, 63 and AA. RGB value is (167,99,170). Sum of RGB (Red+Green+Blue) = 167+99+170=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 99 (39.06% from 255 or 22.71% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: blue. Hex color #A763AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A763AA is #589C55. Grayscale: #7F7F7F. Windows color (decimal): -5807190 or 11166631. OLE color: 11166631.

HSL color Cylindrical-coordinate representation of color #A763AA: hue angle of 297.46º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A763AA is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 167 99 170 -
CMYK 0.02 0.42 0 0.33
HSL 297.46º 0.29% 0.53% -
HSV(B) 297.46º 0.42% 0.67% -
XYZ 27.65 20.04 40.44 -
YUV 127.43 152.03 156.23 -
System Red Green Blue C M Y K H S L
Decimal 167 99 170 0.02 0.42 0 0.33 297.46 0.29 0.53
Hex A7 63 AA 2 2A 0 21 129 1D 35
Octal 247 143 252 2 52 0 41 451 35 65
Binary 10100111 1100011 10101010 10 101010 0 100001 100101001 11101 110101

Color Harmonies of #A763AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A763AA

Black with #A763AA

Text Example


Text Example

White with #A763AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A763AA; }

 p { color: rgb(167,99,170); }

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

background-color css

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

 a { background-color: rgb(167,99,170); }

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

border-color css

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

 span { border-color: rgb(167,99,170); }

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