Html Css Color HEX #AF40EE Medium Orchid

📋 copy color: '#AF40EE'

red 175 ◦ green 64 ◦ blue 238

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

Shades of Medium Orchid #AF40EE

Tints of Medium Orchid #AF40EE

RGB

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

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

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

R = 36.69%
G = 13.42%
B = 49.9%

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

#AF40EE (or 0xAF40EE) is known color: Medium Orchid. HEX triplet: AF, 40 and EE. RGB value is (175,64,238). Sum of RGB (Red+Green+Blue) = 175+64+238=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 64 (25.39% from 255 or 13.42% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF40EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF40EE is #50BF11. Grayscale: #747474. Windows color (decimal): -5291794 or 15614127. OLE color: 15614127.

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

Color convert

RGB 175 64 238 -
CMYK 0.26 0.73 0 0.07
HSL 278.28º 0.84% 0.59% -
HSV(B) 278.28º 0.73% 0.93% -
XYZ 34.95 18.95 82.71 -
YUV 117.03 196.27 169.35 -
System Red Green Blue C M Y K H S L
Decimal 175 64 238 0.26 0.73 0 0.07 278.28 0.84 0.59
Hex AF 40 EE 1A 49 0 7 116 54 3B
Octal 257 100 356 32 111 0 7 426 124 73
Binary 10101111 1000000 11101110 11010 1001001 0 111 100010110 1010100 111011

Color Harmonies of #AF40EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF40EE

Black with #AF40EE

Text Example


Text Example

White with #AF40EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF40EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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