Html Css Color HEX #A36EAE Violet Blue

📋 copy color: '#A36EAE'

red 163 ◦ green 110 ◦ blue 174

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

Shades of Violet Blue #A36EAE

Tints of Violet Blue #A36EAE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.61%

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

R = 36.47%
G = 24.61%
B = 38.93%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A36EAE (or 0xA36EAE) is known color: Violet Blue. HEX triplet: A3, 6E and AE. RGB value is (163,110,174). Sum of RGB (Red+Green+Blue) = 163+110+174=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 110 (43.36% from 255 or 24.61% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 174 - color contains mainly: blue. Hex color #A36EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36EAE is #5C9151. Grayscale: #848484. Windows color (decimal): -6066514 or 11431587. OLE color: 11431587.

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

Color convert

RGB 163 110 174 -
CMYK 0.06 0.37 0 0.32
HSL 289.69º 0.28% 0.56% -
HSV(B) 289.69º 0.37% 0.68% -
XYZ 28.32 21.99 42.8 -
YUV 133.14 151.06 149.3 -
System Red Green Blue C M Y K H S L
Decimal 163 110 174 0.06 0.37 0 0.32 289.69 0.28 0.56
Hex A3 6E AE 6 25 0 20 122 1C 38
Octal 243 156 256 6 45 0 40 442 34 70
Binary 10100011 1101110 10101110 110 100101 0 100000 100100010 11100 111000

Color Harmonies of #A36EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36EAE

Black with #A36EAE

Text Example


Text Example

White with #A36EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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