Html Css Color HEX #A35799 Violet Blue

📋 copy color: '#A35799'

red 163 ◦ green 87 ◦ blue 153

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

Shades of Violet Blue #A35799

Tints of Violet Blue #A35799

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.59%

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

R = 40.45%
G = 21.59%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A35799 (or 0xA35799) is known color: Violet Blue. HEX triplet: A3, 57 and 99. RGB value is (163,87,153). Sum of RGB (Red+Green+Blue) = 163+87+153=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 87 (34.38% from 255 or 21.59% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 163 - color contains mainly: red. Hex color #A35799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35799 is #5CA866. Grayscale: #757575. Windows color (decimal): -6072423 or 10049443. OLE color: 10049443.

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

Color convert

RGB 163 87 153 -
CMYK 0 0.47 0.06 0.36
HSL 307.89º 0.3% 0.49% -
HSV(B) 307.89º 0.47% 0.64% -
XYZ 24.26 16.9 32.12 -
YUV 117.25 148.18 160.63 -
System Red Green Blue C M Y K H S L
Decimal 163 87 153 0 0.47 0.06 0.36 307.89 0.3 0.49
Hex A3 57 99 0 2F 6 24 134 1E 31
Octal 243 127 231 0 57 6 44 464 36 61
Binary 10100011 1010111 10011001 0 101111 110 100100 100110100 11110 110001

Color Harmonies of #A35799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35799

Black with #A35799

Text Example


Text Example

White with #A35799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35799; }

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

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

background-color css

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

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

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

border-color css

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

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

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