Html Css Color HEX #A364A0 Violet Blue

📋 copy color: '#A364A0'

red 163 ◦ green 100 ◦ blue 160

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

Shades of Violet Blue #A364A0

Tints of Violet Blue #A364A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.83%

R = 38.53%
G = 23.64%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A364A0 (or 0xA364A0) is known color: Violet Blue. HEX triplet: A3, 64 and A0. RGB value is (163,100,160). Sum of RGB (Red+Green+Blue) = 163+100+160=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 163 - color contains mainly: red. Hex color #A364A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A364A0 is #5C9B5F. Grayscale: #7D7D7D. Windows color (decimal): -6069088 or 10511523. OLE color: 10511523.

HSL color Cylindrical-coordinate representation of color #A364A0: hue angle of 302.86º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A364A0 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 100 160 -
CMYK 0 0.39 0.02 0.36
HSL 302.86º 0.26% 0.52% -
HSV(B) 302.86º 0.39% 0.64% -
XYZ 26.01 19.44 35.64 -
YUV 125.68 147.37 154.62 -
System Red Green Blue C M Y K H S L
Decimal 163 100 160 0 0.39 0.02 0.36 302.86 0.26 0.52
Hex A3 64 A0 0 27 2 24 12F 1A 34
Octal 243 144 240 0 47 2 44 457 32 64
Binary 10100011 1100100 10100000 0 100111 10 100100 100101111 11010 110100

Color Harmonies of #A364A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A364A0

Black with #A364A0

Text Example


Text Example

White with #A364A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A364A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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