Html Css Color HEX #A955E8 Medium Orchid

📋 copy color: '#A955E8'

red 169 ◦ green 85 ◦ blue 232

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

Shades of Medium Orchid #A955E8

Tints of Medium Orchid #A955E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 47.74%

R = 34.77%
G = 17.49%
B = 47.74%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A955E8 (or 0xA955E8) is known color: Medium Orchid. HEX triplet: A9, 55 and E8. RGB value is (169,85,232). Sum of RGB (Red+Green+Blue) = 169+85+232=486 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.77% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 232 (91.02% from 255 or 47.74% from 486); Max value from RGB is 232 - color contains mainly: blue. Hex color #A955E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A955E8 is #56AA17. Grayscale: #7E7E7E. Windows color (decimal): -5679640 or 15226281. OLE color: 15226281.

HSL color Cylindrical-coordinate representation of color #A955E8: hue angle of 274.29º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A955E8 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 169 85 232 -
CMYK 0.27 0.63 0 0.09
HSL 274.29º 0.76% 0.62% -
HSV(B) 274.29º 0.63% 0.91% -
XYZ 34.18 20.76 78.55 -
YUV 126.87 187.33 158.05 -
System Red Green Blue C M Y K H S L
Decimal 169 85 232 0.27 0.63 0 0.09 274.29 0.76 0.62
Hex A9 55 E8 1B 3F 0 9 112 4C 3E
Octal 251 125 350 33 77 0 11 422 114 76
Binary 10101001 1010101 11101000 11011 111111 0 1001 100010010 1001100 111110

Color Harmonies of #A955E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A955E8

Black with #A955E8

Text Example


Text Example

White with #A955E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A955E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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