Html Css Color HEX #A063AE Violet Blue

📋 copy color: '#A063AE'

red 160 ◦ green 99 ◦ blue 174

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

Shades of Violet Blue #A063AE

Tints of Violet Blue #A063AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.18%

R = 36.95%
G = 22.86%
B = 40.18%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A063AE (or 0xA063AE) is known color: Violet Blue. HEX triplet: A0, 63 and AE. RGB value is (160,99,174). Sum of RGB (Red+Green+Blue) = 160+99+174=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #A063AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A063AE is #5F9C51. Grayscale: #7D7D7D. Windows color (decimal): -6265938 or 11428768. OLE color: 11428768.

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

Color convert

RGB 160 99 174 -
CMYK 0.08 0.43 0 0.32
HSL 288.8º 0.32% 0.54% -
HSV(B) 288.8º 0.43% 0.68% -
XYZ 26.6 19.45 42.4 -
YUV 125.79 155.21 152.4 -
System Red Green Blue C M Y K H S L
Decimal 160 99 174 0.08 0.43 0 0.32 288.8 0.32 0.54
Hex A0 63 AE 8 2B 0 20 121 20 36
Octal 240 143 256 10 53 0 40 441 40 66
Binary 10100000 1100011 10101110 1000 101011 0 100000 100100001 100000 110110

Color Harmonies of #A063AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A063AE

Black with #A063AE

Text Example


Text Example

White with #A063AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A063AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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