Html Css Color HEX #A955CE Medium Orchid

📋 copy color: '#A955CE'

red 169 ◦ green 85 ◦ blue 206

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

Shades of Medium Orchid #A955CE

Tints of Medium Orchid #A955CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 36.74%
G = 18.48%
B = 44.78%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A955CE (or 0xA955CE) is known color: Medium Orchid. HEX triplet: A9, 55 and CE. RGB value is (169,85,206). Sum of RGB (Red+Green+Blue) = 169+85+206=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #A955CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A955CE is #56AA31. Grayscale: #7B7B7B. Windows color (decimal): -5679666 or 13522345. OLE color: 13522345.

HSL color Cylindrical-coordinate representation of color #A955CE: hue angle of 281.65º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A955CE is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 85 206 -
CMYK 0.18 0.59 0 0.19
HSL 281.65º 0.55% 0.57% -
HSV(B) 281.65º 0.59% 0.81% -
XYZ 30.75 19.39 60.51 -
YUV 123.91 174.33 160.16 -
System Red Green Blue C M Y K H S L
Decimal 169 85 206 0.18 0.59 0 0.19 281.65 0.55 0.57
Hex A9 55 CE 12 3B 0 13 11A 37 39
Octal 251 125 316 22 73 0 23 432 67 71
Binary 10101001 1010101 11001110 10010 111011 0 10011 100011010 110111 111001

Color Harmonies of #A955CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A955CE

Black with #A955CE

Text Example


Text Example

White with #A955CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A955CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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