Html Css Color HEX #AF50F1 Medium Orchid

📋 copy color: '#AF50F1'

red 175 ◦ green 80 ◦ blue 241

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

Shades of Medium Orchid #AF50F1

Tints of Medium Orchid #AF50F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.59%

R = 35.28%
G = 16.13%
B = 48.59%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF50F1 (or 0xAF50F1) is known color: Medium Orchid. HEX triplet: AF, 50 and F1. RGB value is (175,80,241). Sum of RGB (Red+Green+Blue) = 175+80+241=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 80 (31.64% from 255 or 16.13% from 496); Blue value is 241 (94.53% from 255 or 48.59% from 496); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF50F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF50F1 is #50AF0E. Grayscale: #7E7E7E. Windows color (decimal): -5287695 or 15814831. OLE color: 15814831.

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

Color convert

RGB 175 80 241 -
CMYK 0.27 0.67 0 0.05
HSL 275.4º 0.85% 0.63% -
HSV(B) 275.4º 0.67% 0.95% -
XYZ 36.43 21.2 85.39 -
YUV 126.76 192.47 162.41 -
System Red Green Blue C M Y K H S L
Decimal 175 80 241 0.27 0.67 0 0.05 275.4 0.85 0.63
Hex AF 50 F1 1B 43 0 5 113 55 3F
Octal 257 120 361 33 103 0 5 423 125 77
Binary 10101111 1010000 11110001 11011 1000011 0 101 100010011 1010101 111111

Color Harmonies of #AF50F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF50F1

Black with #AF50F1

Text Example


Text Example

White with #AF50F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF50F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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