Html Css Color HEX #A35EAA Violet Blue

📋 copy color: '#A35EAA'

red 163 ◦ green 94 ◦ blue 170

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

Shades of Violet Blue #A35EAA

Tints of Violet Blue #A35EAA

RGB

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

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

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

R = 38.17%
G = 22.01%
B = 39.81%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A35EAA (or 0xA35EAA) is known color: Violet Blue. HEX triplet: A3, 5E and AA. RGB value is (163,94,170). Sum of RGB (Red+Green+Blue) = 163+94+170=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 170 - color contains mainly: blue. Hex color #A35EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35EAA is #5CA155. Grayscale: #7B7B7B. Windows color (decimal): -6070614 or 11165347. OLE color: 11165347.

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

Color convert

RGB 163 94 170 -
CMYK 0.04 0.45 0 0.33
HSL 294.47º 0.31% 0.52% -
HSV(B) 294.47º 0.45% 0.67% -
XYZ 26.36 18.69 40.25 -
YUV 123.3 154.36 156.32 -
System Red Green Blue C M Y K H S L
Decimal 163 94 170 0.04 0.45 0 0.33 294.47 0.31 0.52
Hex A3 5E AA 4 2D 0 21 126 1F 34
Octal 243 136 252 4 55 0 41 446 37 64
Binary 10100011 1011110 10101010 100 101101 0 100001 100100110 11111 110100

Color Harmonies of #A35EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35EAA

Black with #A35EAA

Text Example


Text Example

White with #A35EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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