Html Css Color HEX #A956F7 Medium Orchid

📋 copy color: '#A956F7'

red 169 ◦ green 86 ◦ blue 247

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

Shades of Medium Orchid #A956F7

Tints of Medium Orchid #A956F7

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.13%

 BLUE value IS 247 (96.88% from 255) = 49.2%

R = 33.67%
G = 17.13%
B = 49.2%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A956F7 (or 0xA956F7) is known color: Medium Orchid. HEX triplet: A9, 56 and F7. RGB value is (169,86,247). Sum of RGB (Red+Green+Blue) = 169+86+247=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 86 (33.98% from 255 or 17.13% from 502); Blue value is 247 (96.88% from 255 or 49.20% from 502); Max value from RGB is 247 - color contains mainly: blue. Hex color #A956F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A956F7 is #56A908. Grayscale: #808080. Windows color (decimal): -5679369 or 16209577. OLE color: 16209577.

HSL color Cylindrical-coordinate representation of color #A956F7: hue angle of 270.93º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A956F7 is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 169 86 247 -
CMYK 0.32 0.65 0 0.03
HSL 270.93º 0.91% 0.65% -
HSV(B) 270.93º 0.65% 0.97% -
XYZ 36.48 21.81 90.28 -
YUV 129.17 194.5 156.41 -
System Red Green Blue C M Y K H S L
Decimal 169 86 247 0.32 0.65 0 0.03 270.93 0.91 0.65
Hex A9 56 F7 20 41 0 3 10F 5B 41
Octal 251 126 367 40 101 0 3 417 133 101
Binary 10101001 1010110 11110111 100000 1000001 0 11 100001111 1011011 1000001

Color Harmonies of #A956F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A956F7

Black with #A956F7

Text Example


Text Example

White with #A956F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A956F7; }

 p { color: rgb(169,86,247); }

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

background-color css

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

 a { background-color: rgb(169,86,247); }

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

border-color css

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

 span { border-color: rgb(169,86,247); }

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