Html Css Color HEX #AF41DF Medium Orchid

📋 copy color: '#AF41DF'

red 175 ◦ green 65 ◦ blue 223

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

Shades of Medium Orchid #AF41DF

Tints of Medium Orchid #AF41DF

RGB

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

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

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

R = 37.8%
G = 14.04%
B = 48.16%

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

#AF41DF (or 0xAF41DF) is known color: Medium Orchid. HEX triplet: AF, 41 and DF. RGB value is (175,65,223). Sum of RGB (Red+Green+Blue) = 175+65+223=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 65 (25.78% from 255 or 14.04% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF41DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF41DF is #50BE20. Grayscale: #737373. Windows color (decimal): -5291553 or 14631343. OLE color: 14631343.

HSL color Cylindrical-coordinate representation of color #AF41DF: hue angle of 281.77º 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 #AF41DF is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 65 223 -
CMYK 0.22 0.71 0 0.13
HSL 281.77º 0.71% 0.56% -
HSV(B) 281.77º 0.71% 0.87% -
XYZ 32.89 18.22 71.6 -
YUV 115.9 188.44 170.15 -
System Red Green Blue C M Y K H S L
Decimal 175 65 223 0.22 0.71 0 0.13 281.77 0.71 0.56
Hex AF 41 DF 16 47 0 D 11A 47 38
Octal 257 101 337 26 107 0 15 432 107 70
Binary 10101111 1000001 11011111 10110 1000111 0 1101 100011010 1000111 111000

Color Harmonies of #AF41DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF41DF

Black with #AF41DF

Text Example


Text Example

White with #AF41DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF41DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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