Html Css Color HEX #A955EE Medium Orchid

📋 copy color: '#A955EE'

red 169 ◦ green 85 ◦ blue 238

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

Shades of Medium Orchid #A955EE

Tints of Medium Orchid #A955EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.37%

R = 34.35%
G = 17.28%
B = 48.37%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A955EE (or 0xA955EE) is known color: Medium Orchid. HEX triplet: A9, 55 and EE. RGB value is (169,85,238). Sum of RGB (Red+Green+Blue) = 169+85+238=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #A955EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A955EE is #56AA11. Grayscale: #7F7F7F. Windows color (decimal): -5679634 or 15619497. OLE color: 15619497.

HSL color Cylindrical-coordinate representation of color #A955EE: hue angle of 272.94º degrees, saturation: 0.82, 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 #A955EE is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 85 238 -
CMYK 0.29 0.64 0 0.07
HSL 272.94º 0.82% 0.63% -
HSV(B) 272.94º 0.64% 0.93% -
XYZ 35.04 21.11 83.12 -
YUV 127.56 190.33 157.56 -
System Red Green Blue C M Y K H S L
Decimal 169 85 238 0.29 0.64 0 0.07 272.94 0.82 0.63
Hex A9 55 EE 1D 40 0 7 111 52 3F
Octal 251 125 356 35 100 0 7 421 122 77
Binary 10101001 1010101 11101110 11101 1000000 0 111 100010001 1010010 111111

Color Harmonies of #A955EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A955EE

Black with #A955EE

Text Example


Text Example

White with #A955EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A955EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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