Html Css Color HEX #A35D9F Violet Blue

📋 copy color: '#A35D9F'

red 163 ◦ green 93 ◦ blue 159

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

Shades of Violet Blue #A35D9F

Tints of Violet Blue #A35D9F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.41%

 BLUE value IS 159 (62.5% from 255) = 38.31%

R = 39.28%
G = 22.41%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A35D9F (or 0xA35D9F) is known color: Violet Blue. HEX triplet: A3, 5D and 9F. RGB value is (163,93,159). Sum of RGB (Red+Green+Blue) = 163+93+159=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35D9F is #5CA260. Grayscale: #797979. Windows color (decimal): -6070881 or 10444195. OLE color: 10444195.

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

Color convert

RGB 163 93 159 -
CMYK 0 0.43 0.02 0.36
HSL 303.43º 0.28% 0.5% -
HSV(B) 303.43º 0.43% 0.64% -
XYZ 25.28 18.12 34.97 -
YUV 121.45 149.19 157.63 -
System Red Green Blue C M Y K H S L
Decimal 163 93 159 0 0.43 0.02 0.36 303.43 0.28 0.5
Hex A3 5D 9F 0 2B 2 24 12F 1C 32
Octal 243 135 237 0 53 2 44 457 34 62
Binary 10100011 1011101 10011111 0 101011 10 100100 100101111 11100 110010

Color Harmonies of #A35D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35D9F

Black with #A35D9F

Text Example


Text Example

White with #A35D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35D9F; }

 p { color: rgb(163,93,159); }

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

background-color css

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

 a { background-color: rgb(163,93,159); }

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

border-color css

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

 span { border-color: rgb(163,93,159); }

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