Html Css Color HEX #A35794 Violet Blue

📋 copy color: '#A35794'

red 163 ◦ green 87 ◦ blue 148

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

Shades of Violet Blue #A35794

Tints of Violet Blue #A35794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.19%

R = 40.95%
G = 21.86%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A35794 (or 0xA35794) is known color: Violet Blue. HEX triplet: A3, 57 and 94. RGB value is (163,87,148). Sum of RGB (Red+Green+Blue) = 163+87+148=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 87 (34.38% from 255 or 21.86% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 163 - color contains mainly: red. Hex color #A35794 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35794 is #5CA86B. Grayscale: #747474. Windows color (decimal): -6072428 or 9721763. OLE color: 9721763.

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

Color convert

RGB 163 87 148 -
CMYK 0 0.47 0.09 0.36
HSL 311.84º 0.3% 0.49% -
HSV(B) 311.84º 0.47% 0.64% -
XYZ 23.86 16.74 29.99 -
YUV 116.68 145.68 161.04 -
System Red Green Blue C M Y K H S L
Decimal 163 87 148 0 0.47 0.09 0.36 311.84 0.3 0.49
Hex A3 57 94 0 2F 9 24 138 1E 31
Octal 243 127 224 0 57 11 44 470 36 61
Binary 10100011 1010111 10010100 0 101111 1001 100100 100111000 11110 110001

Color Harmonies of #A35794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35794

Black with #A35794

Text Example


Text Example

White with #A35794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35794; }

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

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

background-color css

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

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

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

border-color css

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

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

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