Html Css Color HEX #AF40DF Medium Orchid

📋 copy color: '#AF40DF'

red 175 ◦ green 64 ◦ blue 223

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

Shades of Medium Orchid #AF40DF

Tints of Medium Orchid #AF40DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.27%

R = 37.88%
G = 13.85%
B = 48.27%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF40DF (or 0xAF40DF) is known color: Medium Orchid. HEX triplet: AF, 40 and DF. RGB value is (175,64,223). Sum of RGB (Red+Green+Blue) = 175+64+223=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 64 (25.39% from 255 or 13.85% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF40DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF40DF is #50BF20. Grayscale: #727272. Windows color (decimal): -5291809 or 14631087. OLE color: 14631087.

HSL color Cylindrical-coordinate representation of color #AF40DF: hue angle of 281.89º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF40DF is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 64 223 -
CMYK 0.22 0.71 0 0.13
HSL 281.89º 0.71% 0.56% -
HSV(B) 281.89º 0.71% 0.87% -
XYZ 32.83 18.11 71.58 -
YUV 115.32 188.77 170.57 -
System Red Green Blue C M Y K H S L
Decimal 175 64 223 0.22 0.71 0 0.13 281.89 0.71 0.56
Hex AF 40 DF 16 47 0 D 11A 47 38
Octal 257 100 337 26 107 0 15 432 107 70
Binary 10101111 1000000 11011111 10110 1000111 0 1101 100011010 1000111 111000

Color Harmonies of #AF40DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF40DF

Black with #AF40DF

Text Example


Text Example

White with #AF40DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF40DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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