Html Css Color HEX #A975F2 Medium Purple

📋 copy color: '#A975F2'

red 169 ◦ green 117 ◦ blue 242

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

Shades of Medium Purple #A975F2

Tints of Medium Purple #A975F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.83%

R = 32.01%
G = 22.16%
B = 45.83%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A975F2 (or 0xA975F2) is known color: Medium Purple. HEX triplet: A9, 75 and F2. RGB value is (169,117,242). Sum of RGB (Red+Green+Blue) = 169+117+242=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 117 (46.09% from 255 or 22.16% from 528); Blue value is 242 (94.92% from 255 or 45.83% from 528); Max value from RGB is 242 - color contains mainly: blue. Hex color #A975F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A975F2 is #568A0D. Grayscale: #929292. Windows color (decimal): -5671438 or 15889833. OLE color: 15889833.

HSL color Cylindrical-coordinate representation of color #A975F2: hue angle of 264.96º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A975F2 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 169 117 242 -
CMYK 0.30 0.52 0 0.05
HSL 264.96º 0.83% 0.7% -
HSV(B) 264.96º 0.52% 0.95% -
XYZ 38.75 27.57 87.28 -
YUV 146.8 181.73 143.84 -
System Red Green Blue C M Y K H S L
Decimal 169 117 242 0.30 0.52 0 0.05 264.96 0.83 0.7
Hex A9 75 F2 1E 34 0 5 109 53 46
Octal 251 165 362 36 64 0 5 411 123 106
Binary 10101001 1110101 11110010 11110 110100 0 101 100001001 1010011 1000110

Color Harmonies of #A975F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A975F2

Black with #A975F2

Text Example


Text Example

White with #A975F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A975F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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