Html Css Color HEX #A975AD Violet Blue

📋 copy color: '#A975AD'

red 169 ◦ green 117 ◦ blue 173

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

Shades of Violet Blue #A975AD

Tints of Violet Blue #A975AD

RGB

 RED value IS 169 (66.41% from 255) = 36.82%

 GREEN value IS 117 (46.09% from 255) = 25.49%

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

R = 36.82%
G = 25.49%
B = 37.69%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A975AD (or 0xA975AD) is known color: Violet Blue. HEX triplet: A9, 75 and AD. RGB value is (169,117,173). Sum of RGB (Red+Green+Blue) = 169+117+173=459 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.82% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 173 - color contains mainly: blue. Hex color #A975AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A975AD is #568A52. Grayscale: #8A8A8A. Windows color (decimal): -5671507 or 11367849. OLE color: 11367849.

HSL color Cylindrical-coordinate representation of color #A975AD: hue angle of 295.71º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A975AD is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 169 117 173 -
CMYK 0.02 0.32 0 0.32
HSL 295.71º 0.25% 0.57% -
HSV(B) 295.71º 0.32% 0.68% -
XYZ 30.27 24.17 42.61 -
YUV 138.93 147.23 149.45 -
System Red Green Blue C M Y K H S L
Decimal 169 117 173 0.02 0.32 0 0.32 295.71 0.25 0.57
Hex A9 75 AD 2 20 0 20 128 19 39
Octal 251 165 255 2 40 0 40 450 31 71
Binary 10101001 1110101 10101101 10 100000 0 100000 100101000 11001 111001

Color Harmonies of #A975AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A975AD

Black with #A975AD

Text Example


Text Example

White with #A975AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A975AD; }

 p { color: rgb(169,117,173); }

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

background-color css

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

 a { background-color: rgb(169,117,173); }

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

border-color css

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

 span { border-color: rgb(169,117,173); }

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