Html Css Color HEX #A35397 Violet Blue

📋 copy color: '#A35397'

red 163 ◦ green 83 ◦ blue 151

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

Shades of Violet Blue #A35397

Tints of Violet Blue #A35397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.04%

R = 41.06%
G = 20.91%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A35397 (or 0xA35397) is known color: Violet Blue. HEX triplet: A3, 53 and 97. RGB value is (163,83,151). Sum of RGB (Red+Green+Blue) = 163+83+151=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A35397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35397 is #5CAC68. Grayscale: #727272. Windows color (decimal): -6073449 or 9917347. OLE color: 9917347.

HSL color Cylindrical-coordinate representation of color #A35397: hue angle of 309º 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 #A35397 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 83 151 -
CMYK 0 0.49 0.07 0.36
HSL 309º 0.33% 0.48% -
HSV(B) 309º 0.49% 0.64% -
XYZ 23.78 16.21 31.15 -
YUV 114.67 148.5 162.47 -
System Red Green Blue C M Y K H S L
Decimal 163 83 151 0 0.49 0.07 0.36 309 0.33 0.48
Hex A3 53 97 0 31 7 24 135 21 30
Octal 243 123 227 0 61 7 44 465 41 60
Binary 10100011 1010011 10010111 0 110001 111 100100 100110101 100001 110000

Color Harmonies of #A35397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35397

Black with #A35397

Text Example


Text Example

White with #A35397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35397; }

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

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

background-color css

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

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

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

border-color css

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

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

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