Html Css Color HEX #A953DE Medium Orchid

📋 copy color: '#A953DE'

red 169 ◦ green 83 ◦ blue 222

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

Shades of Medium Orchid #A953DE

Tints of Medium Orchid #A953DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.84%

R = 35.65%
G = 17.51%
B = 46.84%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A953DE (or 0xA953DE) is known color: Medium Orchid. HEX triplet: A9, 53 and DE. RGB value is (169,83,222). Sum of RGB (Red+Green+Blue) = 169+83+222=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 83 (32.81% from 255 or 17.51% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #A953DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A953DE is #56AC21. Grayscale: #7C7C7C. Windows color (decimal): -5680162 or 14570409. OLE color: 14570409.

HSL color Cylindrical-coordinate representation of color #A953DE: hue angle of 277.12º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A953DE is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 83 222 -
CMYK 0.24 0.63 0 0.13
HSL 277.12º 0.68% 0.6% -
HSV(B) 277.12º 0.63% 0.87% -
XYZ 32.64 19.9 71.23 -
YUV 124.56 182.99 159.7 -
System Red Green Blue C M Y K H S L
Decimal 169 83 222 0.24 0.63 0 0.13 277.12 0.68 0.6
Hex A9 53 DE 18 3F 0 D 115 44 3C
Octal 251 123 336 30 77 0 15 425 104 74
Binary 10101001 1010011 11011110 11000 111111 0 1101 100010101 1000100 111100

Color Harmonies of #A953DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A953DE

Black with #A953DE

Text Example


Text Example

White with #A953DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A953DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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