Html Css Color HEX #A954F9 Medium Orchid

📋 copy color: '#A954F9'

red 169 ◦ green 84 ◦ blue 249

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

Shades of Medium Orchid #A954F9

Tints of Medium Orchid #A954F9

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.73%

 BLUE value IS 249 (97.66% from 255) = 49.6%

R = 33.67%
G = 16.73%
B = 49.6%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A954F9 (or 0xA954F9) is known color: Medium Orchid. HEX triplet: A9, 54 and F9. RGB value is (169,84,249). Sum of RGB (Red+Green+Blue) = 169+84+249=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 84 (33.20% from 255 or 16.73% from 502); Blue value is 249 (97.66% from 255 or 49.60% from 502); Max value from RGB is 249 - color contains mainly: blue. Hex color #A954F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A954F9 is #56AB06. Grayscale: #7F7F7F. Windows color (decimal): -5679879 or 16340137. OLE color: 16340137.

HSL color Cylindrical-coordinate representation of color #A954F9: hue angle of 270.91º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A954F9 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 169 84 249 -
CMYK 0.32 0.66 0 0.02
HSL 270.91º 0.93% 0.65% -
HSV(B) 270.91º 0.66% 0.98% -
XYZ 36.63 21.62 91.86 -
YUV 128.23 196.16 157.08 -
System Red Green Blue C M Y K H S L
Decimal 169 84 249 0.32 0.66 0 0.02 270.91 0.93 0.65
Hex A9 54 F9 20 42 0 2 10F 5D 41
Octal 251 124 371 40 102 0 2 417 135 101
Binary 10101001 1010100 11111001 100000 1000010 0 10 100001111 1011101 1000001

Color Harmonies of #A954F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A954F9

Black with #A954F9

Text Example


Text Example

White with #A954F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A954F9; }

 p { color: rgb(169,84,249); }

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

background-color css

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

 a { background-color: rgb(169,84,249); }

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

border-color css

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

 span { border-color: rgb(169,84,249); }

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