Html Css Color HEX #A36CAB Violet Blue

📋 copy color: '#A36CAB'

red 163 ◦ green 108 ◦ blue 171

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

Shades of Violet Blue #A36CAB

Tints of Violet Blue #A36CAB

RGB

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

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

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

R = 36.88%
G = 24.43%
B = 38.69%

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

#A36CAB (or 0xA36CAB) is known color: Violet Blue. HEX triplet: A3, 6C and AB. RGB value is (163,108,171). Sum of RGB (Red+Green+Blue) = 163+108+171=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 108 (42.58% from 255 or 24.43% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 171 - color contains mainly: blue. Hex color #A36CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36CAB is #5C9354. Grayscale: #838383. Windows color (decimal): -6067029 or 11234467. OLE color: 11234467.

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

Color convert

RGB 163 108 171 -
CMYK 0.05 0.37 0 0.33
HSL 292.38º 0.27% 0.55% -
HSV(B) 292.38º 0.37% 0.67% -
XYZ 27.82 21.45 41.2 -
YUV 131.63 150.22 150.38 -
System Red Green Blue C M Y K H S L
Decimal 163 108 171 0.05 0.37 0 0.33 292.38 0.27 0.55
Hex A3 6C AB 5 25 0 21 124 1B 37
Octal 243 154 253 5 45 0 41 444 33 67
Binary 10100011 1101100 10101011 101 100101 0 100001 100100100 11011 110111

Color Harmonies of #A36CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36CAB

Black with #A36CAB

Text Example


Text Example

White with #A36CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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