Html Css Color HEX #A35790 Violet Blue

📋 copy color: '#A35790'

red 163 ◦ green 87 ◦ blue 144

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

Shades of Violet Blue #A35790

Tints of Violet Blue #A35790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.55%

R = 41.37%
G = 22.08%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A35790 (or 0xA35790) is known color: Violet Blue. HEX triplet: A3, 57 and 90. RGB value is (163,87,144). Sum of RGB (Red+Green+Blue) = 163+87+144=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 87 (34.38% from 255 or 22.08% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 163 - color contains mainly: red. Hex color #A35790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35790 is #5CA86F. Grayscale: #747474. Windows color (decimal): -6072432 or 9459619. OLE color: 9459619.

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

Color convert

RGB 163 87 144 -
CMYK 0 0.47 0.12 0.36
HSL 315º 0.3% 0.49% -
HSV(B) 315º 0.47% 0.64% -
XYZ 23.55 16.62 28.35 -
YUV 116.22 143.68 161.37 -
System Red Green Blue C M Y K H S L
Decimal 163 87 144 0 0.47 0.12 0.36 315 0.3 0.49
Hex A3 57 90 0 2F C 24 13B 1E 31
Octal 243 127 220 0 57 14 44 473 36 61
Binary 10100011 1010111 10010000 0 101111 1100 100100 100111011 11110 110001

Color Harmonies of #A35790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35790

Black with #A35790

Text Example


Text Example

White with #A35790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35790; }

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

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

background-color css

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

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

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

border-color css

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

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

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