Html Css Color HEX #A36CAC Violet Blue

📋 copy color: '#A36CAC'

red 163 ◦ green 108 ◦ blue 172

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

Shades of Violet Blue #A36CAC

Tints of Violet Blue #A36CAC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.38%

 BLUE value IS 172 (67.58% from 255) = 38.83%

R = 36.79%
G = 24.38%
B = 38.83%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A36CAC (or 0xA36CAC) is known color: Violet Blue. HEX triplet: A3, 6C and AC. RGB value is (163,108,172). Sum of RGB (Red+Green+Blue) = 163+108+172=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 108 (42.58% from 255 or 24.38% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 172 - color contains mainly: blue. Hex color #A36CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36CAC is #5C9353. Grayscale: #838383. Windows color (decimal): -6067028 or 11300003. OLE color: 11300003.

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

Color convert

RGB 163 108 172 -
CMYK 0.05 0.37 0 0.33
HSL 291.56º 0.28% 0.55% -
HSV(B) 291.56º 0.37% 0.67% -
XYZ 27.91 21.49 41.71 -
YUV 131.74 150.72 150.3 -
System Red Green Blue C M Y K H S L
Decimal 163 108 172 0.05 0.37 0 0.33 291.56 0.28 0.55
Hex A3 6C AC 5 25 0 21 124 1C 37
Octal 243 154 254 5 45 0 41 444 34 67
Binary 10100011 1101100 10101100 101 100101 0 100001 100100100 11100 110111

Color Harmonies of #A36CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36CAC

Black with #A36CAC

Text Example


Text Example

White with #A36CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36CAC; }

 p { color: rgb(163,108,172); }

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

background-color css

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

 a { background-color: rgb(163,108,172); }

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

border-color css

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

 span { border-color: rgb(163,108,172); }

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