Html Css Color HEX #A063AA Violet Blue

📋 copy color: '#A063AA'

red 160 ◦ green 99 ◦ blue 170

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

Shades of Violet Blue #A063AA

Tints of Violet Blue #A063AA

RGB

 RED value IS 160 (62.89% from 255) = 37.3%

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

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

R = 37.3%
G = 23.08%
B = 39.63%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A063AA (or 0xA063AA) is known color: Violet Blue. HEX triplet: A0, 63 and AA. RGB value is (160,99,170). Sum of RGB (Red+Green+Blue) = 160+99+170=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 99 (39.06% from 255 or 23.08% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: blue. Hex color #A063AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A063AA is #5F9C55. Grayscale: #7D7D7D. Windows color (decimal): -6265942 or 11166624. OLE color: 11166624.

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

Color convert

RGB 160 99 170 -
CMYK 0.06 0.42 0 0.33
HSL 291.55º 0.29% 0.53% -
HSV(B) 291.55º 0.42% 0.67% -
XYZ 26.21 19.3 40.37 -
YUV 125.33 153.21 152.73 -
System Red Green Blue C M Y K H S L
Decimal 160 99 170 0.06 0.42 0 0.33 291.55 0.29 0.53
Hex A0 63 AA 6 2A 0 21 124 1D 35
Octal 240 143 252 6 52 0 41 444 35 65
Binary 10100000 1100011 10101010 110 101010 0 100001 100100100 11101 110101

Color Harmonies of #A063AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A063AA

Black with #A063AA

Text Example


Text Example

White with #A063AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A063AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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