Html Css Color HEX #A75090 Violet Blue

📋 copy color: '#A75090'

red 167 ◦ green 80 ◦ blue 144

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

Shades of Violet Blue #A75090

Tints of Violet Blue #A75090

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.46%

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

R = 42.71%
G = 20.46%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A75090 (or 0xA75090) is known color: Violet Blue. HEX triplet: A7, 50 and 90. RGB value is (167,80,144). Sum of RGB (Red+Green+Blue) = 167+80+144=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 167 - color contains mainly: red. Hex color #A75090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75090 is #58AF6F. Grayscale: #717171. Windows color (decimal): -5812080 or 9457831. OLE color: 9457831.

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

Color convert

RGB 167 80 144 -
CMYK 0 0.52 0.14 0.35
HSL 315.86º 0.35% 0.48% -
HSV(B) 315.86º 0.52% 0.65% -
XYZ 23.84 15.97 28.21 -
YUV 113.31 145.32 166.3 -
System Red Green Blue C M Y K H S L
Decimal 167 80 144 0 0.52 0.14 0.35 315.86 0.35 0.48
Hex A7 50 90 0 34 E 23 13C 23 30
Octal 247 120 220 0 64 16 43 474 43 60
Binary 10100111 1010000 10010000 0 110100 1110 100011 100111100 100011 110000

Color Harmonies of #A75090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75090

Black with #A75090

Text Example


Text Example

White with #A75090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75090; }

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

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

background-color css

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

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

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

border-color css

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

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

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