Html Css Color HEX #A35AA1 Violet Blue

📋 copy color: '#A35AA1'

red 163 ◦ green 90 ◦ blue 161

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

Shades of Violet Blue #A35AA1

Tints of Violet Blue #A35AA1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.74%

 BLUE value IS 161 (63.28% from 255) = 38.89%

R = 39.37%
G = 21.74%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A35AA1 (or 0xA35AA1) is known color: Violet Blue. HEX triplet: A3, 5A and A1. RGB value is (163,90,161). Sum of RGB (Red+Green+Blue) = 163+90+161=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 161 (63.28% from 255 or 38.89% from 414); Max value from RGB is 163 - color contains mainly: red. Hex color #A35AA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35AA1 is #5CA55E. Grayscale: #777777. Windows color (decimal): -6071647 or 10574499. OLE color: 10574499.

HSL color Cylindrical-coordinate representation of color #A35AA1: hue angle of 301.64º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A35AA1 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 90 161 -
CMYK 0 0.45 0.01 0.36
HSL 301.64º 0.29% 0.5% -
HSV(B) 301.64º 0.45% 0.64% -
XYZ 25.19 17.67 35.8 -
YUV 119.92 151.18 158.73 -
System Red Green Blue C M Y K H S L
Decimal 163 90 161 0 0.45 0.01 0.36 301.64 0.29 0.5
Hex A3 5A A1 0 2D 1 24 12E 1D 32
Octal 243 132 241 0 55 1 44 456 35 62
Binary 10100011 1011010 10100001 0 101101 1 100100 100101110 11101 110010

Color Harmonies of #A35AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35AA1

Black with #A35AA1

Text Example


Text Example

White with #A35AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35AA1; }

 p { color: rgb(163,90,161); }

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

background-color css

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

 a { background-color: rgb(163,90,161); }

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

border-color css

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

 span { border-color: rgb(163,90,161); }

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