Html Css Color HEX #A35696 Violet Blue

📋 copy color: '#A35696'

red 163 ◦ green 86 ◦ blue 150

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

Shades of Violet Blue #A35696

Tints of Violet Blue #A35696

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.55%

 BLUE value IS 150 (58.98% from 255) = 37.59%

R = 40.85%
G = 21.55%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A35696 (or 0xA35696) is known color: Violet Blue. HEX triplet: A3, 56 and 96. RGB value is (163,86,150). Sum of RGB (Red+Green+Blue) = 163+86+150=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 163 - color contains mainly: red. Hex color #A35696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35696 is #5CA969. Grayscale: #747474. Windows color (decimal): -6072682 or 9852579. OLE color: 9852579.

HSL color Cylindrical-coordinate representation of color #A35696: hue angle of 310.13º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A35696 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 86 150 -
CMYK 0 0.47 0.08 0.36
HSL 310.13º 0.31% 0.49% -
HSV(B) 310.13º 0.47% 0.64% -
XYZ 23.94 16.64 30.81 -
YUV 116.32 147.01 161.3 -
System Red Green Blue C M Y K H S L
Decimal 163 86 150 0 0.47 0.08 0.36 310.13 0.31 0.49
Hex A3 56 96 0 2F 8 24 136 1F 31
Octal 243 126 226 0 57 10 44 466 37 61
Binary 10100011 1010110 10010110 0 101111 1000 100100 100110110 11111 110001

Color Harmonies of #A35696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35696

Black with #A35696

Text Example


Text Example

White with #A35696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35696; }

 p { color: rgb(163,86,150); }

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

background-color css

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

 a { background-color: rgb(163,86,150); }

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

border-color css

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

 span { border-color: rgb(163,86,150); }

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