Html Css Color HEX #A36BAA Violet Blue

📋 copy color: '#A36BAA'

red 163 ◦ green 107 ◦ blue 170

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

Shades of Violet Blue #A36BAA

Tints of Violet Blue #A36BAA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.32%

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

R = 37.05%
G = 24.32%
B = 38.64%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A36BAA (or 0xA36BAA) is known color: Violet Blue. HEX triplet: A3, 6B and AA. RGB value is (163,107,170). Sum of RGB (Red+Green+Blue) = 163+107+170=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 107 (42.19% from 255 or 24.32% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #A36BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36BAA is #5C9455. Grayscale: #828282. Windows color (decimal): -6067286 or 11168675. OLE color: 11168675.

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

Color convert

RGB 163 107 170 -
CMYK 0.04 0.37 0 0.33
HSL 293.33º 0.27% 0.54% -
HSV(B) 293.33º 0.37% 0.67% -
XYZ 27.62 21.2 40.67 -
YUV 130.93 150.05 150.88 -
System Red Green Blue C M Y K H S L
Decimal 163 107 170 0.04 0.37 0 0.33 293.33 0.27 0.54
Hex A3 6B AA 4 25 0 21 125 1B 36
Octal 243 153 252 4 45 0 41 445 33 66
Binary 10100011 1101011 10101010 100 100101 0 100001 100100101 11011 110110

Color Harmonies of #A36BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36BAA

Black with #A36BAA

Text Example


Text Example

White with #A36BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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