Html Css Color HEX #AF40F1 Medium Orchid

📋 copy color: '#AF40F1'

red 175 ◦ green 64 ◦ blue 241

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

Shades of Medium Orchid #AF40F1

Tints of Medium Orchid #AF40F1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.33%

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

R = 36.46%
G = 13.33%
B = 50.21%

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

#AF40F1 (or 0xAF40F1) is known color: Medium Orchid. HEX triplet: AF, 40 and F1. RGB value is (175,64,241). Sum of RGB (Red+Green+Blue) = 175+64+241=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 64 (25.39% from 255 or 13.33% from 480); Blue value is 241 (94.53% from 255 or 50.21% from 480); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF40F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF40F1 is #50BF0E. Grayscale: #747474. Windows color (decimal): -5291791 or 15810735. OLE color: 15810735.

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

Color convert

RGB 175 64 241 -
CMYK 0.27 0.73 0 0.05
HSL 277.63º 0.86% 0.6% -
HSV(B) 277.63º 0.73% 0.95% -
XYZ 35.39 19.13 85.05 -
YUV 117.37 197.77 169.11 -
System Red Green Blue C M Y K H S L
Decimal 175 64 241 0.27 0.73 0 0.05 277.63 0.86 0.6
Hex AF 40 F1 1B 49 0 5 116 56 3C
Octal 257 100 361 33 111 0 5 426 126 74
Binary 10101111 1000000 11110001 11011 1001001 0 101 100010110 1010110 111100

Color Harmonies of #AF40F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF40F1

Black with #AF40F1

Text Example


Text Example

White with #AF40F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF40F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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