Html Css Color HEX #A953FD Medium Orchid

📋 copy color: '#A953FD'

red 169 ◦ green 83 ◦ blue 253

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

Shades of Medium Orchid #A953FD

Tints of Medium Orchid #A953FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.1%

R = 33.47%
G = 16.44%
B = 50.1%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A953FD (or 0xA953FD) is known color: Medium Orchid. HEX triplet: A9, 53 and FD. RGB value is (169,83,253). Sum of RGB (Red+Green+Blue) = 169+83+253=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 83 (32.81% from 255 or 16.44% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #A953FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A953FD is #56AC02. Grayscale: #7F7F7F. Windows color (decimal): -5680131 or 16602025. OLE color: 16602025.

HSL color Cylindrical-coordinate representation of color #A953FD: hue angle of 270.35º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A953FD is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 169 83 253 -
CMYK 0.33 0.67 0 0.01
HSL 270.35º 0.98% 0.66% -
HSV(B) 270.35º 0.67% 0.99% -
XYZ 37.19 21.71 95.16 -
YUV 128.09 198.49 157.18 -
System Red Green Blue C M Y K H S L
Decimal 169 83 253 0.33 0.67 0 0.01 270.35 0.98 0.66
Hex A9 53 FD 21 43 0 1 10E 62 42
Octal 251 123 375 41 103 0 1 416 142 102
Binary 10101001 1010011 11111101 100001 1000011 0 1 100001110 1100010 1000010

Color Harmonies of #A953FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A953FD

Black with #A953FD

Text Example


Text Example

White with #A953FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A953FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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