Html Css Color HEX #AF50F3 Medium Orchid

📋 copy color: '#AF50F3'

red 175 ◦ green 80 ◦ blue 243

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

Shades of Medium Orchid #AF50F3

Tints of Medium Orchid #AF50F3

RGB

 RED value IS 175 (68.75% from 255) = 35.14%

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

 BLUE value IS 243 (95.31% from 255) = 48.8%

R = 35.14%
G = 16.06%
B = 48.8%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF50F3 (or 0xAF50F3) is known color: Medium Orchid. HEX triplet: AF, 50 and F3. RGB value is (175,80,243). Sum of RGB (Red+Green+Blue) = 175+80+243=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 80 (31.64% from 255 or 16.06% from 498); Blue value is 243 (95.31% from 255 or 48.80% from 498); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF50F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF50F3 is #50AF0C. Grayscale: #7E7E7E. Windows color (decimal): -5287693 or 15945903. OLE color: 15945903.

HSL color Cylindrical-coordinate representation of color #AF50F3: hue angle of 274.97º degrees, saturation: 0.87, 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 #AF50F3 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 80 243 -
CMYK 0.28 0.67 0 0.05
HSL 274.97º 0.87% 0.63% -
HSV(B) 274.97º 0.67% 0.95% -
XYZ 36.73 21.32 86.97 -
YUV 126.99 193.47 162.25 -
System Red Green Blue C M Y K H S L
Decimal 175 80 243 0.28 0.67 0 0.05 274.97 0.87 0.63
Hex AF 50 F3 1C 43 0 5 113 57 3F
Octal 257 120 363 34 103 0 5 423 127 77
Binary 10101111 1010000 11110011 11100 1000011 0 101 100010011 1010111 111111

Color Harmonies of #AF50F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF50F3

Black with #AF50F3

Text Example


Text Example

White with #AF50F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF50F3; }

 p { color: rgb(175,80,243); }

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

background-color css

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

 a { background-color: rgb(175,80,243); }

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

border-color css

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

 span { border-color: rgb(175,80,243); }

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