Html Css Color HEX #A36BAB Violet Blue

📋 copy color: '#A36BAB'

red 163 ◦ green 107 ◦ blue 171

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

Shades of Violet Blue #A36BAB

Tints of Violet Blue #A36BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.78%

R = 36.96%
G = 24.26%
B = 38.78%

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

#A36BAB (or 0xA36BAB) is known color: Violet Blue. HEX triplet: A3, 6B and AB. RGB value is (163,107,171). Sum of RGB (Red+Green+Blue) = 163+107+171=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 171 - color contains mainly: blue. Hex color #A36BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36BAB is #5C9454. Grayscale: #828282. Windows color (decimal): -6067285 or 11234211. OLE color: 11234211.

HSL color Cylindrical-coordinate representation of color #A36BAB: hue angle of 292.5º 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 #A36BAB is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 107 171 -
CMYK 0.05 0.37 0 0.33
HSL 292.5º 0.28% 0.55% -
HSV(B) 292.5º 0.37% 0.67% -
XYZ 27.71 21.24 41.17 -
YUV 131.04 150.55 150.8 -
System Red Green Blue C M Y K H S L
Decimal 163 107 171 0.05 0.37 0 0.33 292.5 0.28 0.55
Hex A3 6B AB 5 25 0 21 124 1C 37
Octal 243 153 253 5 45 0 41 444 34 67
Binary 10100011 1101011 10101011 101 100101 0 100001 100100100 11100 110111

Color Harmonies of #A36BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36BAB

Black with #A36BAB

Text Example


Text Example

White with #A36BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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