Html Css Color HEX #A35595 Violet Blue

📋 copy color: '#A35595'

red 163 ◦ green 85 ◦ blue 149

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

Shades of Violet Blue #A35595

Tints of Violet Blue #A35595

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.41%

 BLUE value IS 149 (58.59% from 255) = 37.53%

R = 41.06%
G = 21.41%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A35595 (or 0xA35595) is known color: Violet Blue. HEX triplet: A3, 55 and 95. RGB value is (163,85,149). Sum of RGB (Red+Green+Blue) = 163+85+149=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A35595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35595 is #5CAA6A. Grayscale: #737373. Windows color (decimal): -6072939 or 9786787. OLE color: 9786787.

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

Color convert

RGB 163 85 149 -
CMYK 0 0.48 0.09 0.36
HSL 310.77º 0.31% 0.49% -
HSV(B) 310.77º 0.48% 0.64% -
XYZ 23.78 16.45 30.36 -
YUV 115.62 146.84 161.8 -
System Red Green Blue C M Y K H S L
Decimal 163 85 149 0 0.48 0.09 0.36 310.77 0.31 0.49
Hex A3 55 95 0 30 9 24 137 1F 31
Octal 243 125 225 0 60 11 44 467 37 61
Binary 10100011 1010101 10010101 0 110000 1001 100100 100110111 11111 110001

Color Harmonies of #A35595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35595

Black with #A35595

Text Example


Text Example

White with #A35595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35595; }

 p { color: rgb(163,85,149); }

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

background-color css

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

 a { background-color: rgb(163,85,149); }

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

border-color css

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

 span { border-color: rgb(163,85,149); }

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