Html Css Color HEX #A75592 Violet Blue

📋 copy color: '#A75592'

red 167 ◦ green 85 ◦ blue 146

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

Shades of Violet Blue #A75592

Tints of Violet Blue #A75592

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.36%

 BLUE value IS 146 (57.42% from 255) = 36.68%

R = 41.96%
G = 21.36%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A75592 (or 0xA75592) is known color: Violet Blue. HEX triplet: A7, 55 and 92. RGB value is (167,85,146). Sum of RGB (Red+Green+Blue) = 167+85+146=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 167 - color contains mainly: red. Hex color #A75592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75592 is #58AA6D. Grayscale: #747474. Windows color (decimal): -5810798 or 9590183. OLE color: 9590183.

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

Color convert

RGB 167 85 146 -
CMYK 0 0.49 0.13 0.35
HSL 315.37º 0.33% 0.49% -
HSV(B) 315.37º 0.49% 0.65% -
XYZ 24.37 16.79 29.15 -
YUV 116.47 144.67 164.04 -
System Red Green Blue C M Y K H S L
Decimal 167 85 146 0 0.49 0.13 0.35 315.37 0.33 0.49
Hex A7 55 92 0 31 D 23 13B 21 31
Octal 247 125 222 0 61 15 43 473 41 61
Binary 10100111 1010101 10010010 0 110001 1101 100011 100111011 100001 110001

Color Harmonies of #A75592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75592

Black with #A75592

Text Example


Text Example

White with #A75592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75592; }

 p { color: rgb(167,85,146); }

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

background-color css

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

 a { background-color: rgb(167,85,146); }

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

border-color css

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

 span { border-color: rgb(167,85,146); }

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