Html Css Color HEX #A975EA Medium Purple

📋 copy color: '#A975EA'

red 169 ◦ green 117 ◦ blue 234

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

Shades of Medium Purple #A975EA

Tints of Medium Purple #A975EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45%

R = 32.5%
G = 22.5%
B = 45%

CMYK

 C value IS 0.28

 M value IS 0.5

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A975EA (or 0xA975EA) is known color: Medium Purple. HEX triplet: A9, 75 and EA. RGB value is (169,117,234). Sum of RGB (Red+Green+Blue) = 169+117+234=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 117 (46.09% from 255 or 22.5% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #A975EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A975EA is #568A15. Grayscale: #919191. Windows color (decimal): -5671446 or 15365545. OLE color: 15365545.

HSL color Cylindrical-coordinate representation of color #A975EA: hue angle of 266.67º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A975EA is Cyan = 0.28, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 117 234 -
CMYK 0.28 0.5 0 0.08
HSL 266.67º 0.74% 0.69% -
HSV(B) 266.67º 0.5% 0.92% -
XYZ 37.57 27.1 81.09 -
YUV 145.89 177.73 144.49 -
System Red Green Blue C M Y K H S L
Decimal 169 117 234 0.28 0.5 0 0.08 266.67 0.74 0.69
Hex A9 75 EA 1C 32 0 8 10B 4A 45
Octal 251 165 352 34 62 0 10 413 112 105
Binary 10101001 1110101 11101010 11100 110010 0 1000 100001011 1001010 1000101

Color Harmonies of #A975EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A975EA

Black with #A975EA

Text Example


Text Example

White with #A975EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A975EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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