Html Css Color HEX #A954CE Medium Orchid

📋 copy color: '#A954CE'

red 169 ◦ green 84 ◦ blue 206

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

Shades of Medium Orchid #A954CE

Tints of Medium Orchid #A954CE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.3%

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

R = 36.82%
G = 18.3%
B = 44.88%

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

#A954CE (or 0xA954CE) is known color: Medium Orchid. HEX triplet: A9, 54 and CE. RGB value is (169,84,206). Sum of RGB (Red+Green+Blue) = 169+84+206=459 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.82% from 459); Green value is 84 (33.20% from 255 or 18.30% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #A954CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A954CE is #56AB31. Grayscale: #7A7A7A. Windows color (decimal): -5679922 or 13522089. OLE color: 13522089.

HSL color Cylindrical-coordinate representation of color #A954CE: hue angle of 281.8º 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 #A954CE is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 84 206 -
CMYK 0.18 0.59 0 0.19
HSL 281.8º 0.55% 0.57% -
HSV(B) 281.8º 0.59% 0.81% -
XYZ 30.67 19.23 60.49 -
YUV 123.32 174.66 160.58 -
System Red Green Blue C M Y K H S L
Decimal 169 84 206 0.18 0.59 0 0.19 281.8 0.55 0.57
Hex A9 54 CE 12 3B 0 13 11A 37 39
Octal 251 124 316 22 73 0 23 432 67 71
Binary 10101001 1010100 11001110 10010 111011 0 10011 100011010 110111 111001

Color Harmonies of #A954CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A954CE

Black with #A954CE

Text Example


Text Example

White with #A954CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A954CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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