Html Css Color HEX #A35399 Violet Blue

📋 copy color: '#A35399'

red 163 ◦ green 83 ◦ blue 153

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

Shades of Violet Blue #A35399

Tints of Violet Blue #A35399

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.8%

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

R = 40.85%
G = 20.8%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A35399 (or 0xA35399) is known color: Violet Blue. HEX triplet: A3, 53 and 99. RGB value is (163,83,153). Sum of RGB (Red+Green+Blue) = 163+83+153=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 163 - color contains mainly: red. Hex color #A35399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35399 is #5CAC66. Grayscale: #727272. Windows color (decimal): -6073447 or 10048419. OLE color: 10048419.

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

Color convert

RGB 163 83 153 -
CMYK 0 0.49 0.06 0.36
HSL 307.5º 0.33% 0.48% -
HSV(B) 307.5º 0.49% 0.64% -
XYZ 23.95 16.27 32.02 -
YUV 114.9 149.5 162.31 -
System Red Green Blue C M Y K H S L
Decimal 163 83 153 0 0.49 0.06 0.36 307.5 0.33 0.48
Hex A3 53 99 0 31 6 24 134 21 30
Octal 243 123 231 0 61 6 44 464 41 60
Binary 10100011 1010011 10011001 0 110001 110 100100 100110100 100001 110000

Color Harmonies of #A35399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35399

Black with #A35399

Text Example


Text Example

White with #A35399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35399; }

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

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

background-color css

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

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

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

border-color css

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

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

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