Html Css Color HEX #A950F2 Medium Orchid

📋 copy color: '#A950F2'

red 169 ◦ green 80 ◦ blue 242

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

Shades of Medium Orchid #A950F2

Tints of Medium Orchid #A950F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.29%

R = 34.42%
G = 16.29%
B = 49.29%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A950F2 (or 0xA950F2) is known color: Medium Orchid. HEX triplet: A9, 50 and F2. RGB value is (169,80,242). Sum of RGB (Red+Green+Blue) = 169+80+242=491 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.42% from 491); Green value is 80 (31.64% from 255 or 16.29% from 491); Blue value is 242 (94.92% from 255 or 49.29% from 491); Max value from RGB is 242 - color contains mainly: blue. Hex color #A950F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A950F2 is #56AF0D. Grayscale: #7C7C7C. Windows color (decimal): -5680910 or 15880361. OLE color: 15880361.

HSL color Cylindrical-coordinate representation of color #A950F2: hue angle of 272.96º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A950F2 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 169 80 242 -
CMYK 0.30 0.67 0 0.05
HSL 272.96º 0.86% 0.63% -
HSV(B) 272.96º 0.67% 0.95% -
XYZ 35.26 20.58 86.12 -
YUV 125.08 193.99 159.33 -
System Red Green Blue C M Y K H S L
Decimal 169 80 242 0.30 0.67 0 0.05 272.96 0.86 0.63
Hex A9 50 F2 1E 43 0 5 111 56 3F
Octal 251 120 362 36 103 0 5 421 126 77
Binary 10101001 1010000 11110010 11110 1000011 0 101 100010001 1010110 111111

Color Harmonies of #A950F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A950F2

Black with #A950F2

Text Example


Text Example

White with #A950F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A950F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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