Html Css Color HEX #A953CE Medium Orchid

📋 copy color: '#A953CE'

red 169 ◦ green 83 ◦ blue 206

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

Shades of Medium Orchid #A953CE

Tints of Medium Orchid #A953CE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.12%

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

R = 36.9%
G = 18.12%
B = 44.98%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A953CE (or 0xA953CE) is known color: Medium Orchid. HEX triplet: A9, 53 and CE. RGB value is (169,83,206). Sum of RGB (Red+Green+Blue) = 169+83+206=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 83 (32.81% from 255 or 18.12% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #A953CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A953CE is #56AC31. Grayscale: #7A7A7A. Windows color (decimal): -5680178 or 13521833. OLE color: 13521833.

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

Color convert

RGB 169 83 206 -
CMYK 0.18 0.60 0 0.19
HSL 281.95º 0.56% 0.57% -
HSV(B) 281.95º 0.6% 0.81% -
XYZ 30.6 19.08 60.46 -
YUV 122.74 174.99 161 -
System Red Green Blue C M Y K H S L
Decimal 169 83 206 0.18 0.60 0 0.19 281.95 0.56 0.57
Hex A9 53 CE 12 3C 0 13 11A 38 39
Octal 251 123 316 22 74 0 23 432 70 71
Binary 10101001 1010011 11001110 10010 111100 0 10011 100011010 111000 111001

Color Harmonies of #A953CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A953CE

Black with #A953CE

Text Example


Text Example

White with #A953CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A953CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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