Html Css Color HEX #A974F2 Medium Purple

📋 copy color: '#A974F2'

red 169 ◦ green 116 ◦ blue 242

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

Shades of Medium Purple #A974F2

Tints of Medium Purple #A974F2

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.01%

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

R = 32.07%
G = 22.01%
B = 45.92%

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

#A974F2 (or 0xA974F2) is known color: Medium Purple. HEX triplet: A9, 74 and F2. RGB value is (169,116,242). Sum of RGB (Red+Green+Blue) = 169+116+242=527 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.07% from 527); Green value is 116 (45.70% from 255 or 22.01% from 527); Blue value is 242 (94.92% from 255 or 45.92% from 527); Max value from RGB is 242 - color contains mainly: blue. Hex color #A974F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A974F2 is #568B0D. Grayscale: #919191. Windows color (decimal): -5671694 or 15889577. OLE color: 15889577.

HSL color Cylindrical-coordinate representation of color #A974F2: hue angle of 265.24º 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 #A974F2 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 169 116 242 -
CMYK 0.30 0.52 0 0.05
HSL 265.24º 0.83% 0.7% -
HSV(B) 265.24º 0.52% 0.95% -
XYZ 38.63 27.34 87.24 -
YUV 146.21 182.06 144.25 -
System Red Green Blue C M Y K H S L
Decimal 169 116 242 0.30 0.52 0 0.05 265.24 0.83 0.7
Hex A9 74 F2 1E 34 0 5 109 53 46
Octal 251 164 362 36 64 0 5 411 123 106
Binary 10101001 1110100 11110010 11110 110100 0 101 100001001 1010011 1000110

Color Harmonies of #A974F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A974F2

Black with #A974F2

Text Example


Text Example

White with #A974F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A974F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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