Html Css Color HEX #A75EAA Violet Blue

📋 copy color: '#A75EAA'

red 167 ◦ green 94 ◦ blue 170

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

Shades of Violet Blue #A75EAA

Tints of Violet Blue #A75EAA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.81%

 BLUE value IS 170 (66.8% from 255) = 39.44%

R = 38.75%
G = 21.81%
B = 39.44%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A75EAA (or 0xA75EAA) is known color: Violet Blue. HEX triplet: A7, 5E and AA. RGB value is (167,94,170). Sum of RGB (Red+Green+Blue) = 167+94+170=431 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.75% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #A75EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75EAA is #58A155. Grayscale: #7C7C7C. Windows color (decimal): -5808470 or 11165351. OLE color: 11165351.

HSL color Cylindrical-coordinate representation of color #A75EAA: hue angle of 297.63º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A75EAA is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 167 94 170 -
CMYK 0.02 0.45 0 0.33
HSL 297.63º 0.31% 0.52% -
HSV(B) 297.63º 0.45% 0.67% -
XYZ 27.19 19.12 40.29 -
YUV 124.49 153.68 158.32 -
System Red Green Blue C M Y K H S L
Decimal 167 94 170 0.02 0.45 0 0.33 297.63 0.31 0.52
Hex A7 5E AA 2 2D 0 21 12A 1F 34
Octal 247 136 252 2 55 0 41 452 37 64
Binary 10100111 1011110 10101010 10 101101 0 100001 100101010 11111 110100

Color Harmonies of #A75EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75EAA

Black with #A75EAA

Text Example


Text Example

White with #A75EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75EAA; }

 p { color: rgb(167,94,170); }

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

background-color css

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

 a { background-color: rgb(167,94,170); }

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

border-color css

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

 span { border-color: rgb(167,94,170); }

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