Html Css Color HEX #A955EC Medium Orchid

📋 copy color: '#A955EC'

red 169 ◦ green 85 ◦ blue 236

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

Shades of Medium Orchid #A955EC

Tints of Medium Orchid #A955EC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.35%

 BLUE value IS 236 (92.58% from 255) = 48.16%

R = 34.49%
G = 17.35%
B = 48.16%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A955EC (or 0xA955EC) is known color: Medium Orchid. HEX triplet: A9, 55 and EC. RGB value is (169,85,236). Sum of RGB (Red+Green+Blue) = 169+85+236=490 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.49% from 490); Green value is 85 (33.59% from 255 or 17.35% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #A955EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A955EC is #56AA13. Grayscale: #7E7E7E. Windows color (decimal): -5679636 or 15488425. OLE color: 15488425.

HSL color Cylindrical-coordinate representation of color #A955EC: hue angle of 273.38º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A955EC is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 85 236 -
CMYK 0.28 0.64 0 0.07
HSL 273.38º 0.8% 0.63% -
HSV(B) 273.38º 0.64% 0.93% -
XYZ 34.75 20.99 81.58 -
YUV 127.33 189.33 157.72 -
System Red Green Blue C M Y K H S L
Decimal 169 85 236 0.28 0.64 0 0.07 273.38 0.8 0.63
Hex A9 55 EC 1C 40 0 7 111 50 3F
Octal 251 125 354 34 100 0 7 421 120 77
Binary 10101001 1010101 11101100 11100 1000000 0 111 100010001 1010000 111111

Color Harmonies of #A955EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A955EC

Black with #A955EC

Text Example


Text Example

White with #A955EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A955EC; }

 p { color: rgb(169,85,236); }

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

background-color css

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

 a { background-color: rgb(169,85,236); }

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

border-color css

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

 span { border-color: rgb(169,85,236); }

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