Html Css Color HEX #A75AAD Violet Blue

📋 copy color: '#A75AAD'

red 167 ◦ green 90 ◦ blue 173

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

Shades of Violet Blue #A75AAD

Tints of Violet Blue #A75AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.23%

R = 38.84%
G = 20.93%
B = 40.23%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A75AAD (or 0xA75AAD) is known color: Violet Blue. HEX triplet: A7, 5A and AD. RGB value is (167,90,173). Sum of RGB (Red+Green+Blue) = 167+90+173=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #A75AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75AAD is #58A552. Grayscale: #7A7A7A. Windows color (decimal): -5809491 or 11360935. OLE color: 11360935.

HSL color Cylindrical-coordinate representation of color #A75AAD: hue angle of 295.66º 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 #A75AAD is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 167 90 173 -
CMYK 0.03 0.48 0 0.32
HSL 295.66º 0.34% 0.52% -
HSV(B) 295.66º 0.48% 0.68% -
XYZ 27.14 18.54 41.68 -
YUV 122.49 156.51 159.75 -
System Red Green Blue C M Y K H S L
Decimal 167 90 173 0.03 0.48 0 0.32 295.66 0.34 0.52
Hex A7 5A AD 3 30 0 20 128 22 34
Octal 247 132 255 3 60 0 40 450 42 64
Binary 10100111 1011010 10101101 11 110000 0 100000 100101000 100010 110100

Color Harmonies of #A75AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75AAD

Black with #A75AAD

Text Example


Text Example

White with #A75AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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