Html Css Color HEX #A953FB Medium Orchid

📋 copy color: '#A953FB'

red 169 ◦ green 83 ◦ blue 251

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

Shades of Medium Orchid #A953FB

Tints of Medium Orchid #A953FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.9%

R = 33.6%
G = 16.5%
B = 49.9%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A953FB (or 0xA953FB) is known color: Medium Orchid. HEX triplet: A9, 53 and FB. RGB value is (169,83,251). Sum of RGB (Red+Green+Blue) = 169+83+251=503 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.60% from 503); Green value is 83 (32.81% from 255 or 16.50% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #A953FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A953FB is #56AC04. Grayscale: #7F7F7F. Windows color (decimal): -5680133 or 16470953. OLE color: 16470953.

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

Color convert

RGB 169 83 251 -
CMYK 0.33 0.67 0 0.02
HSL 270.71º 0.95% 0.65% -
HSV(B) 270.71º 0.67% 0.98% -
XYZ 36.87 21.59 93.49 -
YUV 127.87 197.49 157.34 -
System Red Green Blue C M Y K H S L
Decimal 169 83 251 0.33 0.67 0 0.02 270.71 0.95 0.65
Hex A9 53 FB 21 43 0 2 10F 5F 41
Octal 251 123 373 41 103 0 2 417 137 101
Binary 10101001 1010011 11111011 100001 1000011 0 10 100001111 1011111 1000001

Color Harmonies of #A953FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A953FB

Black with #A953FB

Text Example


Text Example

White with #A953FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A953FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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