Html Css Color HEX #A975ED Medium Purple

📋 copy color: '#A975ED'

red 169 ◦ green 117 ◦ blue 237

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

Shades of Medium Purple #A975ED

Tints of Medium Purple #A975ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.32%

R = 32.31%
G = 22.37%
B = 45.32%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A975ED (or 0xA975ED) is known color: Medium Purple. HEX triplet: A9, 75 and ED. RGB value is (169,117,237). Sum of RGB (Red+Green+Blue) = 169+117+237=523 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.31% from 523); Green value is 117 (46.09% from 255 or 22.37% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #A975ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A975ED is #568A12. Grayscale: #919191. Windows color (decimal): -5671443 or 15562153. OLE color: 15562153.

HSL color Cylindrical-coordinate representation of color #A975ED: hue angle of 266º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A975ED is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 117 237 -
CMYK 0.29 0.51 0 0.07
HSL 266º 0.77% 0.69% -
HSV(B) 266º 0.51% 0.93% -
XYZ 38.01 27.27 83.38 -
YUV 146.23 179.23 144.24 -
System Red Green Blue C M Y K H S L
Decimal 169 117 237 0.29 0.51 0 0.07 266 0.77 0.69
Hex A9 75 ED 1D 33 0 7 10A 4D 45
Octal 251 165 355 35 63 0 7 412 115 105
Binary 10101001 1110101 11101101 11101 110011 0 111 100001010 1001101 1000101

Color Harmonies of #A975ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A975ED

Black with #A975ED

Text Example


Text Example

White with #A975ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A975ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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