Html Css Color HEX #AF41F1 Medium Orchid

📋 copy color: '#AF41F1'

red 175 ◦ green 65 ◦ blue 241

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

Shades of Medium Orchid #AF41F1

Tints of Medium Orchid #AF41F1

RGB

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

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

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

R = 36.38%
G = 13.51%
B = 50.1%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF41F1 (or 0xAF41F1) is known color: Medium Orchid. HEX triplet: AF, 41 and F1. RGB value is (175,65,241). Sum of RGB (Red+Green+Blue) = 175+65+241=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 65 (25.78% from 255 or 13.51% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF41F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF41F1 is #50BE0E. Grayscale: #757575. Windows color (decimal): -5291535 or 15810991. OLE color: 15810991.

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

Color convert

RGB 175 65 241 -
CMYK 0.27 0.73 0 0.05
HSL 277.5º 0.86% 0.6% -
HSV(B) 277.5º 0.73% 0.95% -
XYZ 35.45 19.25 85.07 -
YUV 117.95 197.44 168.69 -
System Red Green Blue C M Y K H S L
Decimal 175 65 241 0.27 0.73 0 0.05 277.5 0.86 0.6
Hex AF 41 F1 1B 49 0 5 116 56 3C
Octal 257 101 361 33 111 0 5 426 126 74
Binary 10101111 1000001 11110001 11011 1001001 0 101 100010110 1010110 111100

Color Harmonies of #AF41F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF41F1

Black with #AF41F1

Text Example


Text Example

White with #AF41F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF41F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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