Html Css Color HEX #A35A95 Violet Blue

📋 copy color: '#A35A95'

red 163 ◦ green 90 ◦ blue 149

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

Shades of Violet Blue #A35A95

Tints of Violet Blue #A35A95

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.39%

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

R = 40.55%
G = 22.39%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A35A95 (or 0xA35A95) is known color: Violet Blue. HEX triplet: A3, 5A and 95. RGB value is (163,90,149). Sum of RGB (Red+Green+Blue) = 163+90+149=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35A95 is #5CA56A. Grayscale: #767676. Windows color (decimal): -6071659 or 9788067. OLE color: 9788067.

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

Color convert

RGB 163 90 149 -
CMYK 0 0.45 0.09 0.36
HSL 311.51º 0.29% 0.5% -
HSV(B) 311.51º 0.45% 0.64% -
XYZ 24.19 17.27 30.49 -
YUV 118.55 145.18 159.7 -
System Red Green Blue C M Y K H S L
Decimal 163 90 149 0 0.45 0.09 0.36 311.51 0.29 0.5
Hex A3 5A 95 0 2D 9 24 138 1D 32
Octal 243 132 225 0 55 11 44 470 35 62
Binary 10100011 1011010 10010101 0 101101 1001 100100 100111000 11101 110010

Color Harmonies of #A35A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35A95

Black with #A35A95

Text Example


Text Example

White with #A35A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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