Html Css Color HEX #A35FAE Violet Blue

📋 copy color: '#A35FAE'

red 163 ◦ green 95 ◦ blue 174

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

Shades of Violet Blue #A35FAE

Tints of Violet Blue #A35FAE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.99%

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

R = 37.73%
G = 21.99%
B = 40.28%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A35FAE (or 0xA35FAE) is known color: Violet Blue. HEX triplet: A3, 5F and AE. RGB value is (163,95,174). Sum of RGB (Red+Green+Blue) = 163+95+174=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 174 - color contains mainly: blue. Hex color #A35FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35FAE is #5CA051. Grayscale: #7C7C7C. Windows color (decimal): -6070354 or 11427747. OLE color: 11427747.

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

Color convert

RGB 163 95 174 -
CMYK 0.06 0.45 0 0.32
HSL 291.65º 0.33% 0.53% -
HSV(B) 291.65º 0.45% 0.68% -
XYZ 26.84 19.03 42.3 -
YUV 124.34 156.03 155.58 -
System Red Green Blue C M Y K H S L
Decimal 163 95 174 0.06 0.45 0 0.32 291.65 0.33 0.53
Hex A3 5F AE 6 2D 0 20 124 21 35
Octal 243 137 256 6 55 0 40 444 41 65
Binary 10100011 1011111 10101110 110 101101 0 100000 100100100 100001 110101

Color Harmonies of #A35FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35FAE

Black with #A35FAE

Text Example


Text Example

White with #A35FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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