Html Css Color HEX #AF50F9 Medium Orchid

📋 copy color: '#AF50F9'

red 175 ◦ green 80 ◦ blue 249

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

Shades of Medium Orchid #AF50F9

Tints of Medium Orchid #AF50F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.4%

R = 34.72%
G = 15.87%
B = 49.4%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF50F9 (or 0xAF50F9) is known color: Medium Orchid. HEX triplet: AF, 50 and F9. RGB value is (175,80,249). Sum of RGB (Red+Green+Blue) = 175+80+249=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 80 (31.64% from 255 or 15.87% from 504); Blue value is 249 (97.66% from 255 or 49.40% from 504); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF50F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF50F9 is #50AF06. Grayscale: #7F7F7F. Windows color (decimal): -5287687 or 16339119. OLE color: 16339119.

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

Color convert

RGB 175 80 249 -
CMYK 0.30 0.68 0 0.02
HSL 273.73º 0.93% 0.65% -
HSV(B) 273.73º 0.68% 0.98% -
XYZ 37.65 21.69 91.83 -
YUV 127.67 196.47 161.76 -
System Red Green Blue C M Y K H S L
Decimal 175 80 249 0.30 0.68 0 0.02 273.73 0.93 0.65
Hex AF 50 F9 1E 44 0 2 112 5D 41
Octal 257 120 371 36 104 0 2 422 135 101
Binary 10101111 1010000 11111001 11110 1000100 0 10 100010010 1011101 1000001

Color Harmonies of #AF50F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF50F9

Black with #AF50F9

Text Example


Text Example

White with #AF50F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF50F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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