Html Css Color HEX #A75790 Violet Blue

📋 copy color: '#A75790'

red 167 ◦ green 87 ◦ blue 144

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

Shades of Violet Blue #A75790

Tints of Violet Blue #A75790

RGB

 RED value IS 167 (65.63% from 255) = 41.96%

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

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

R = 41.96%
G = 21.86%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A75790 (or 0xA75790) is known color: Violet Blue. HEX triplet: A7, 57 and 90. RGB value is (167,87,144). Sum of RGB (Red+Green+Blue) = 167+87+144=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 87 (34.38% from 255 or 21.86% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 167 - color contains mainly: red. Hex color #A75790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75790 is #58A86F. Grayscale: #757575. Windows color (decimal): -5810288 or 9459623. OLE color: 9459623.

HSL color Cylindrical-coordinate representation of color #A75790: hue angle of 317.25º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A75790 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 87 144 -
CMYK 0 0.48 0.14 0.35
HSL 317.25º 0.31% 0.5% -
HSV(B) 317.25º 0.48% 0.65% -
XYZ 24.38 17.05 28.39 -
YUV 117.42 143 163.37 -
System Red Green Blue C M Y K H S L
Decimal 167 87 144 0 0.48 0.14 0.35 317.25 0.31 0.5
Hex A7 57 90 0 30 E 23 13D 1F 32
Octal 247 127 220 0 60 16 43 475 37 62
Binary 10100111 1010111 10010000 0 110000 1110 100011 100111101 11111 110010

Color Harmonies of #A75790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75790

Black with #A75790

Text Example


Text Example

White with #A75790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75790; }

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

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

background-color css

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

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

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

border-color css

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

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

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