Html Css Color HEX #AF40EC Medium Orchid

📋 copy color: '#AF40EC'

red 175 ◦ green 64 ◦ blue 236

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

Shades of Medium Orchid #AF40EC

Tints of Medium Orchid #AF40EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.68%

R = 36.84%
G = 13.47%
B = 49.68%

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

#AF40EC (or 0xAF40EC) is known color: Medium Orchid. HEX triplet: AF, 40 and EC. RGB value is (175,64,236). Sum of RGB (Red+Green+Blue) = 175+64+236=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 64 (25.39% from 255 or 13.47% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF40EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF40EC is #50BF13. Grayscale: #747474. Windows color (decimal): -5291796 or 15483055. OLE color: 15483055.

HSL color Cylindrical-coordinate representation of color #AF40EC: hue angle of 278.72º degrees, saturation: 0.82, 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 #AF40EC is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 64 236 -
CMYK 0.26 0.73 0 0.07
HSL 278.72º 0.82% 0.59% -
HSV(B) 278.72º 0.73% 0.93% -
XYZ 34.65 18.84 81.17 -
YUV 116.8 195.27 169.51 -
System Red Green Blue C M Y K H S L
Decimal 175 64 236 0.26 0.73 0 0.07 278.72 0.82 0.59
Hex AF 40 EC 1A 49 0 7 117 52 3B
Octal 257 100 354 32 111 0 7 427 122 73
Binary 10101111 1000000 11101100 11010 1001001 0 111 100010111 1010010 111011

Color Harmonies of #AF40EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF40EC

Black with #AF40EC

Text Example


Text Example

White with #AF40EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF40EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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