Html Css Color HEX #A75A94 Violet Blue

📋 copy color: '#A75A94'

red 167 ◦ green 90 ◦ blue 148

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

Shades of Violet Blue #A75A94

Tints of Violet Blue #A75A94

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.22%

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

R = 41.23%
G = 22.22%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A75A94 (or 0xA75A94) is known color: Violet Blue. HEX triplet: A7, 5A and 94. RGB value is (167,90,148). Sum of RGB (Red+Green+Blue) = 167+90+148=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75A94 is #58A56B. Grayscale: #777777. Windows color (decimal): -5809516 or 9722535. OLE color: 9722535.

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

Color convert

RGB 167 90 148 -
CMYK 0 0.46 0.11 0.35
HSL 314.81º 0.3% 0.5% -
HSV(B) 314.81º 0.46% 0.65% -
XYZ 24.94 17.67 30.11 -
YUV 119.64 144.01 161.78 -
System Red Green Blue C M Y K H S L
Decimal 167 90 148 0 0.46 0.11 0.35 314.81 0.3 0.5
Hex A7 5A 94 0 2E B 23 13B 1E 32
Octal 247 132 224 0 56 13 43 473 36 62
Binary 10100111 1011010 10010100 0 101110 1011 100011 100111011 11110 110010

Color Harmonies of #A75A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75A94

Black with #A75A94

Text Example


Text Example

White with #A75A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75A94; }

 p { color: rgb(167,90,148); }

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

background-color css

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

 a { background-color: rgb(167,90,148); }

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

border-color css

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

 span { border-color: rgb(167,90,148); }

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