Html Css Color HEX #A953CD Medium Orchid

📋 copy color: '#A953CD'

red 169 ◦ green 83 ◦ blue 205

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

Shades of Medium Orchid #A953CD

Tints of Medium Orchid #A953CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.86%

R = 36.98%
G = 18.16%
B = 44.86%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A953CD (or 0xA953CD) is known color: Medium Orchid. HEX triplet: A9, 53 and CD. RGB value is (169,83,205). Sum of RGB (Red+Green+Blue) = 169+83+205=457 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.98% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #A953CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A953CD is #56AC32. Grayscale: #7A7A7A. Windows color (decimal): -5680179 or 13456297. OLE color: 13456297.

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

Color convert

RGB 169 83 205 -
CMYK 0.18 0.60 0 0.20
HSL 282.3º 0.55% 0.56% -
HSV(B) 282.3º 0.6% 0.8% -
XYZ 30.47 19.03 59.82 -
YUV 122.62 174.49 161.08 -
System Red Green Blue C M Y K H S L
Decimal 169 83 205 0.18 0.60 0 0.20 282.3 0.55 0.56
Hex A9 53 CD 12 3C 0 14 11A 37 38
Octal 251 123 315 22 74 0 24 432 67 70
Binary 10101001 1010011 11001101 10010 111100 0 10100 100011010 110111 111000

Color Harmonies of #A953CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A953CD

Black with #A953CD

Text Example


Text Example

White with #A953CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A953CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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