Html Css Color HEX #A35F99 Violet Blue

📋 copy color: '#A35F99'

red 163 ◦ green 95 ◦ blue 153

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

Shades of Violet Blue #A35F99

Tints of Violet Blue #A35F99

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.11%

 BLUE value IS 153 (60.16% from 255) = 37.23%

R = 39.66%
G = 23.11%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A35F99 (or 0xA35F99) is known color: Violet Blue. HEX triplet: A3, 5F and 99. RGB value is (163,95,153). Sum of RGB (Red+Green+Blue) = 163+95+153=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35F99 is #5CA066. Grayscale: #797979. Windows color (decimal): -6070375 or 10051491. OLE color: 10051491.

HSL color Cylindrical-coordinate representation of color #A35F99: hue angle of 308.82º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A35F99 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 95 153 -
CMYK 0 0.42 0.06 0.36
HSL 308.82º 0.27% 0.51% -
HSV(B) 308.82º 0.42% 0.64% -
XYZ 24.95 18.27 32.35 -
YUV 121.94 145.53 157.28 -
System Red Green Blue C M Y K H S L
Decimal 163 95 153 0 0.42 0.06 0.36 308.82 0.27 0.51
Hex A3 5F 99 0 2A 6 24 135 1B 33
Octal 243 137 231 0 52 6 44 465 33 63
Binary 10100011 1011111 10011001 0 101010 110 100100 100110101 11011 110011

Color Harmonies of #A35F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35F99

Black with #A35F99

Text Example


Text Example

White with #A35F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35F99; }

 p { color: rgb(163,95,153); }

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

background-color css

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

 a { background-color: rgb(163,95,153); }

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

border-color css

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

 span { border-color: rgb(163,95,153); }

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