Html Css Color HEX #AF41F0 Medium Orchid

📋 copy color: '#AF41F0'

red 175 ◦ green 65 ◦ blue 240

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

Shades of Medium Orchid #AF41F0

Tints of Medium Orchid #AF41F0

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.54%

 BLUE value IS 240 (94.14% from 255) = 50%

R = 36.46%
G = 13.54%
B = 50%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF41F0 (or 0xAF41F0) is known color: Medium Orchid. HEX triplet: AF, 41 and F0. RGB value is (175,65,240). Sum of RGB (Red+Green+Blue) = 175+65+240=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 65 (25.78% from 255 or 13.54% from 480); Blue value is 240 (94.14% from 255 or 50% from 480); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF41F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF41F0 is #50BE0F. Grayscale: #757575. Windows color (decimal): -5291536 or 15745455. OLE color: 15745455.

HSL color Cylindrical-coordinate representation of color #AF41F0: hue angle of 277.71º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF41F0 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 65 240 -
CMYK 0.27 0.73 0 0.06
HSL 277.71º 0.85% 0.6% -
HSV(B) 277.71º 0.73% 0.94% -
XYZ 35.3 19.19 84.28 -
YUV 117.84 196.94 168.77 -
System Red Green Blue C M Y K H S L
Decimal 175 65 240 0.27 0.73 0 0.06 277.71 0.85 0.6
Hex AF 41 F0 1B 49 0 6 116 55 3C
Octal 257 101 360 33 111 0 6 426 125 74
Binary 10101111 1000001 11110000 11011 1001001 0 110 100010110 1010101 111100

Color Harmonies of #AF41F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF41F0

Black with #AF41F0

Text Example


Text Example

White with #AF41F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF41F0; }

 p { color: rgb(175,65,240); }

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

background-color css

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

 a { background-color: rgb(175,65,240); }

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

border-color css

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

 span { border-color: rgb(175,65,240); }

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