Html Css Color HEX #A950FD Medium Orchid

📋 copy color: '#A950FD'

red 169 ◦ green 80 ◦ blue 253

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

Shades of Medium Orchid #A950FD

Tints of Medium Orchid #A950FD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.94%

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

R = 33.67%
G = 15.94%
B = 50.4%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A950FD (or 0xA950FD) is known color: Medium Orchid. HEX triplet: A9, 50 and FD. RGB value is (169,80,253). Sum of RGB (Red+Green+Blue) = 169+80+253=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 80 (31.64% from 255 or 15.94% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #A950FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A950FD is #56AF02. Grayscale: #7D7D7D. Windows color (decimal): -5680899 or 16601257. OLE color: 16601257.

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

Color convert

RGB 169 80 253 -
CMYK 0.33 0.68 0 0.01
HSL 270.87º 0.98% 0.65% -
HSV(B) 270.87º 0.68% 0.99% -
XYZ 36.96 21.26 95.08 -
YUV 126.33 199.49 158.43 -
System Red Green Blue C M Y K H S L
Decimal 169 80 253 0.33 0.68 0 0.01 270.87 0.98 0.65
Hex A9 50 FD 21 44 0 1 10F 62 41
Octal 251 120 375 41 104 0 1 417 142 101
Binary 10101001 1010000 11111101 100001 1000100 0 1 100001111 1100010 1000001

Color Harmonies of #A950FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A950FD

Black with #A950FD

Text Example


Text Example

White with #A950FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A950FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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