Html Css Color HEX #A35EAE Violet Blue

📋 copy color: '#A35EAE'

red 163 ◦ green 94 ◦ blue 174

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

Shades of Violet Blue #A35EAE

Tints of Violet Blue #A35EAE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.81%

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

R = 37.82%
G = 21.81%
B = 40.37%

CMYK

 C value IS 0.06

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A35EAE (or 0xA35EAE) is known color: Violet Blue. HEX triplet: A3, 5E and AE. RGB value is (163,94,174). Sum of RGB (Red+Green+Blue) = 163+94+174=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #A35EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35EAE is #5CA151. Grayscale: #7B7B7B. Windows color (decimal): -6070610 or 11427491. OLE color: 11427491.

HSL color Cylindrical-coordinate representation of color #A35EAE: hue angle of 291.75º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A35EAE is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 163 94 174 -
CMYK 0.06 0.46 0 0.32
HSL 291.75º 0.33% 0.53% -
HSV(B) 291.75º 0.46% 0.68% -
XYZ 26.75 18.85 42.27 -
YUV 123.75 156.36 156 -
System Red Green Blue C M Y K H S L
Decimal 163 94 174 0.06 0.46 0 0.32 291.75 0.33 0.53
Hex A3 5E AE 6 2E 0 20 124 21 35
Octal 243 136 256 6 56 0 40 444 41 65
Binary 10100011 1011110 10101110 110 101110 0 100000 100100100 100001 110101

Color Harmonies of #A35EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35EAE

Black with #A35EAE

Text Example


Text Example

White with #A35EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35EAE; }

 p { color: rgb(163,94,174); }

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

background-color css

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

 a { background-color: rgb(163,94,174); }

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

border-color css

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

 span { border-color: rgb(163,94,174); }

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