Html Css Color HEX #A75AAE Violet Blue

📋 copy color: '#A75AAE'

red 167 ◦ green 90 ◦ blue 174

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

Shades of Violet Blue #A75AAE

Tints of Violet Blue #A75AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.37%

R = 38.75%
G = 20.88%
B = 40.37%

CMYK

 C value IS 0.04

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A75AAE (or 0xA75AAE) is known color: Violet Blue. HEX triplet: A7, 5A and AE. RGB value is (167,90,174). Sum of RGB (Red+Green+Blue) = 167+90+174=431 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.75% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #A75AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75AAE is #58A551. Grayscale: #7A7A7A. Windows color (decimal): -5809490 or 11426471. OLE color: 11426471.

HSL color Cylindrical-coordinate representation of color #A75AAE: hue angle of 295º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A75AAE is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 167 90 174 -
CMYK 0.04 0.48 0 0.32
HSL 295º 0.34% 0.52% -
HSV(B) 295º 0.48% 0.68% -
XYZ 27.23 18.58 42.2 -
YUV 122.6 157.01 159.67 -
System Red Green Blue C M Y K H S L
Decimal 167 90 174 0.04 0.48 0 0.32 295 0.34 0.52
Hex A7 5A AE 4 30 0 20 127 22 34
Octal 247 132 256 4 60 0 40 447 42 64
Binary 10100111 1011010 10101110 100 110000 0 100000 100100111 100010 110100

Color Harmonies of #A75AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75AAE

Black with #A75AAE

Text Example


Text Example

White with #A75AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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