Html Css Color HEX #A975DD Medium Purple

📋 copy color: '#A975DD'

red 169 ◦ green 117 ◦ blue 221

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

Shades of Medium Purple #A975DD

Tints of Medium Purple #A975DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.59%

R = 33.33%
G = 23.08%
B = 43.59%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A975DD (or 0xA975DD) is known color: Medium Purple. HEX triplet: A9, 75 and DD. RGB value is (169,117,221). Sum of RGB (Red+Green+Blue) = 169+117+221=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #A975DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A975DD is #568A22. Grayscale: #909090. Windows color (decimal): -5671459 or 14513577. OLE color: 14513577.

HSL color Cylindrical-coordinate representation of color #A975DD: hue angle of 270º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A975DD is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 117 221 -
CMYK 0.24 0.47 0 0.13
HSL 270º 0.6% 0.66% -
HSV(B) 270º 0.47% 0.87% -
XYZ 35.77 26.38 71.61 -
YUV 144.4 171.23 145.54 -
System Red Green Blue C M Y K H S L
Decimal 169 117 221 0.24 0.47 0 0.13 270 0.6 0.66
Hex A9 75 DD 18 2F 0 D 10E 3C 42
Octal 251 165 335 30 57 0 15 416 74 102
Binary 10101001 1110101 11011101 11000 101111 0 1101 100001110 111100 1000010

Color Harmonies of #A975DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A975DD

Black with #A975DD

Text Example


Text Example

White with #A975DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A975DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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