Html Css Color HEX #A975DF Medium Purple

📋 copy color: '#A975DF'

red 169 ◦ green 117 ◦ blue 223

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

Shades of Medium Purple #A975DF

Tints of Medium Purple #A975DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.81%

R = 33.2%
G = 22.99%
B = 43.81%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A975DF (or 0xA975DF) is known color: Medium Purple. HEX triplet: A9, 75 and DF. RGB value is (169,117,223). Sum of RGB (Red+Green+Blue) = 169+117+223=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #A975DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A975DF is #568A20. Grayscale: #909090. Windows color (decimal): -5671457 or 14644649. OLE color: 14644649.

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

Color convert

RGB 169 117 223 -
CMYK 0.24 0.48 0 0.13
HSL 269.43º 0.62% 0.67% -
HSV(B) 269.43º 0.48% 0.87% -
XYZ 36.04 26.49 73.02 -
YUV 144.63 172.23 145.38 -
System Red Green Blue C M Y K H S L
Decimal 169 117 223 0.24 0.48 0 0.13 269.43 0.62 0.67
Hex A9 75 DF 18 30 0 D 10D 3E 43
Octal 251 165 337 30 60 0 15 415 76 103
Binary 10101001 1110101 11011111 11000 110000 0 1101 100001101 111110 1000011

Color Harmonies of #A975DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A975DF

Black with #A975DF

Text Example


Text Example

White with #A975DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A975DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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