Html Css Color HEX #AF41EE Medium Orchid

📋 copy color: '#AF41EE'

red 175 ◦ green 65 ◦ blue 238

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

Shades of Medium Orchid #AF41EE

Tints of Medium Orchid #AF41EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.79%

R = 36.61%
G = 13.6%
B = 49.79%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF41EE (or 0xAF41EE) is known color: Medium Orchid. HEX triplet: AF, 41 and EE. RGB value is (175,65,238). Sum of RGB (Red+Green+Blue) = 175+65+238=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 65 (25.78% from 255 or 13.60% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF41EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF41EE is #50BE11. Grayscale: #757575. Windows color (decimal): -5291538 or 15614383. OLE color: 15614383.

HSL color Cylindrical-coordinate representation of color #AF41EE: hue angle of 278.15º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF41EE is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 65 238 -
CMYK 0.26 0.73 0 0.07
HSL 278.15º 0.84% 0.59% -
HSV(B) 278.15º 0.73% 0.93% -
XYZ 35 19.07 82.72 -
YUV 117.61 195.94 168.93 -
System Red Green Blue C M Y K H S L
Decimal 175 65 238 0.26 0.73 0 0.07 278.15 0.84 0.59
Hex AF 41 EE 1A 49 0 7 116 54 3B
Octal 257 101 356 32 111 0 7 426 124 73
Binary 10101111 1000001 11101110 11010 1001001 0 111 100010110 1010100 111011

Color Harmonies of #AF41EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF41EE

Black with #AF41EE

Text Example


Text Example

White with #AF41EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF41EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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