Html Css Color HEX #AF41D9 Medium Orchid

📋 copy color: '#AF41D9'

red 175 ◦ green 65 ◦ blue 217

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

Shades of Medium Orchid #AF41D9

Tints of Medium Orchid #AF41D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 47.48%

R = 38.29%
G = 14.22%
B = 47.48%

CMYK

 C value IS 0.19

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF41D9 (or 0xAF41D9) is known color: Medium Orchid. HEX triplet: AF, 41 and D9. RGB value is (175,65,217). Sum of RGB (Red+Green+Blue) = 175+65+217=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 65 (25.78% from 255 or 14.22% from 457); Blue value is 217 (85.16% from 255 or 47.48% from 457); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF41D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF41D9 is #50BE26. Grayscale: #727272. Windows color (decimal): -5291559 or 14238127. OLE color: 14238127.

HSL color Cylindrical-coordinate representation of color #AF41D9: hue angle of 283.42º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF41D9 is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 65 217 -
CMYK 0.19 0.70 0 0.15
HSL 283.42º 0.67% 0.55% -
HSV(B) 283.42º 0.7% 0.85% -
XYZ 32.09 17.9 67.41 -
YUV 115.22 185.44 170.64 -
System Red Green Blue C M Y K H S L
Decimal 175 65 217 0.19 0.70 0 0.15 283.42 0.67 0.55
Hex AF 41 D9 13 46 0 F 11B 43 37
Octal 257 101 331 23 106 0 17 433 103 67
Binary 10101111 1000001 11011001 10011 1000110 0 1111 100011011 1000011 110111

Color Harmonies of #AF41D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF41D9

Black with #AF41D9

Text Example


Text Example

White with #AF41D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF41D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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