Html Css Color HEX #A75AAA Violet Blue

📋 copy color: '#A75AAA'

red 167 ◦ green 90 ◦ blue 170

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

Shades of Violet Blue #A75AAA

Tints of Violet Blue #A75AAA

RGB

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

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

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

R = 39.11%
G = 21.08%
B = 39.81%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A75AAA (or 0xA75AAA) is known color: Violet Blue. HEX triplet: A7, 5A and AA. RGB value is (167,90,170). Sum of RGB (Red+Green+Blue) = 167+90+170=427 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.11% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 170 - color contains mainly: blue. Hex color #A75AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75AAA is #58A555. Grayscale: #797979. Windows color (decimal): -5809494 or 11164327. OLE color: 11164327.

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

Color convert

RGB 167 90 170 -
CMYK 0.02 0.47 0 0.33
HSL 297.75º 0.32% 0.51% -
HSV(B) 297.75º 0.47% 0.67% -
XYZ 26.85 18.43 40.17 -
YUV 122.14 155.01 160 -
System Red Green Blue C M Y K H S L
Decimal 167 90 170 0.02 0.47 0 0.33 297.75 0.32 0.51
Hex A7 5A AA 2 2F 0 21 12A 20 33
Octal 247 132 252 2 57 0 41 452 40 63
Binary 10100111 1011010 10101010 10 101111 0 100001 100101010 100000 110011

Color Harmonies of #A75AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75AAA

Black with #A75AAA

Text Example


Text Example

White with #A75AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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