Html Css Color HEX #A364AA Violet Blue

📋 copy color: '#A364AA'

red 163 ◦ green 100 ◦ blue 170

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

Shades of Violet Blue #A364AA

Tints of Violet Blue #A364AA

RGB

 RED value IS 163 (64.06% from 255) = 37.64%

 GREEN value IS 100 (39.45% from 255) = 23.09%

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

R = 37.64%
G = 23.09%
B = 39.26%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A364AA (or 0xA364AA) is known color: Violet Blue. HEX triplet: A3, 64 and AA. RGB value is (163,100,170). Sum of RGB (Red+Green+Blue) = 163+100+170=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 170 - color contains mainly: blue. Hex color #A364AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A364AA is #5C9B55. Grayscale: #7E7E7E. Windows color (decimal): -6069078 or 11166883. OLE color: 11166883.

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

Color convert

RGB 163 100 170 -
CMYK 0.04 0.41 0 0.33
HSL 294º 0.29% 0.53% -
HSV(B) 294º 0.41% 0.67% -
XYZ 26.92 19.8 40.43 -
YUV 126.82 152.37 153.81 -
System Red Green Blue C M Y K H S L
Decimal 163 100 170 0.04 0.41 0 0.33 294 0.29 0.53
Hex A3 64 AA 4 29 0 21 126 1D 35
Octal 243 144 252 4 51 0 41 446 35 65
Binary 10100011 1100100 10101010 100 101001 0 100001 100100110 11101 110101

Color Harmonies of #A364AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A364AA

Black with #A364AA

Text Example


Text Example

White with #A364AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A364AA; }

 p { color: rgb(163,100,170); }

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

background-color css

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

 a { background-color: rgb(163,100,170); }

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

border-color css

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

 span { border-color: rgb(163,100,170); }

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