Html Css Color HEX #AF41EF Medium Orchid

📋 copy color: '#AF41EF'

red 175 ◦ green 65 ◦ blue 239

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

Shades of Medium Orchid #AF41EF

Tints of Medium Orchid #AF41EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.9%

R = 36.53%
G = 13.57%
B = 49.9%

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

#AF41EF (or 0xAF41EF) is known color: Medium Orchid. HEX triplet: AF, 41 and EF. RGB value is (175,65,239). Sum of RGB (Red+Green+Blue) = 175+65+239=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 65 (25.78% from 255 or 13.57% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF41EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF41EF is #50BE10. Grayscale: #757575. Windows color (decimal): -5291537 or 15679919. OLE color: 15679919.

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

Color convert

RGB 175 65 239 -
CMYK 0.27 0.73 0 0.06
HSL 277.93º 0.84% 0.6% -
HSV(B) 277.93º 0.73% 0.94% -
XYZ 35.15 19.13 83.5 -
YUV 117.73 196.44 168.85 -
System Red Green Blue C M Y K H S L
Decimal 175 65 239 0.27 0.73 0 0.06 277.93 0.84 0.6
Hex AF 41 EF 1B 49 0 6 116 54 3C
Octal 257 101 357 33 111 0 6 426 124 74
Binary 10101111 1000001 11101111 11011 1001001 0 110 100010110 1010100 111100

Color Harmonies of #AF41EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF41EF

Black with #AF41EF

Text Example


Text Example

White with #AF41EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF41EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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