Html Css Color HEX #A36EAA Violet Blue

📋 copy color: '#A36EAA'

red 163 ◦ green 110 ◦ blue 170

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

Shades of Violet Blue #A36EAA

Tints of Violet Blue #A36EAA

RGB

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

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

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

R = 36.79%
G = 24.83%
B = 38.37%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A36EAA (or 0xA36EAA) is known color: Violet Blue. HEX triplet: A3, 6E and AA. RGB value is (163,110,170). Sum of RGB (Red+Green+Blue) = 163+110+170=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #A36EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36EAA is #5C9155. Grayscale: #848484. Windows color (decimal): -6066518 or 11169443. OLE color: 11169443.

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

Color convert

RGB 163 110 170 -
CMYK 0.04 0.35 0 0.33
HSL 293º 0.26% 0.55% -
HSV(B) 293º 0.35% 0.67% -
XYZ 27.94 21.84 40.77 -
YUV 132.69 149.06 149.62 -
System Red Green Blue C M Y K H S L
Decimal 163 110 170 0.04 0.35 0 0.33 293 0.26 0.55
Hex A3 6E AA 4 23 0 21 125 1A 37
Octal 243 156 252 4 43 0 41 445 32 67
Binary 10100011 1101110 10101010 100 100011 0 100001 100100101 11010 110111

Color Harmonies of #A36EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36EAA

Black with #A36EAA

Text Example


Text Example

White with #A36EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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