Html Css Color HEX #AF3FD1 Medium Orchid

📋 copy color: '#AF3FD1'

red 175 ◦ green 63 ◦ blue 209

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

Shades of Medium Orchid #AF3FD1

Tints of Medium Orchid #AF3FD1

RGB

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

 GREEN value IS 63 (25% from 255) = 14.09%

 BLUE value IS 209 (82.03% from 255) = 46.76%

R = 39.15%
G = 14.09%
B = 46.76%

CMYK

 C value IS 0.16

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF3FD1 (or 0xAF3FD1) is known color: Medium Orchid. HEX triplet: AF, 3F and D1. RGB value is (175,63,209). Sum of RGB (Red+Green+Blue) = 175+63+209=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 63 (25% from 255 or 14.09% from 447); Blue value is 209 (82.03% from 255 or 46.76% from 447); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF3FD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3FD1 is #50C02E. Grayscale: #707070. Windows color (decimal): -5292079 or 13713327. OLE color: 13713327.

HSL color Cylindrical-coordinate representation of color #AF3FD1: hue angle of 286.03º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF3FD1 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 63 209 -
CMYK 0.16 0.70 0 0.18
HSL 286.03º 0.61% 0.53% -
HSV(B) 286.03º 0.7% 0.82% -
XYZ 30.97 17.27 62.02 -
YUV 113.13 182.11 172.13 -
System Red Green Blue C M Y K H S L
Decimal 175 63 209 0.16 0.70 0 0.18 286.03 0.61 0.53
Hex AF 3F D1 10 46 0 12 11E 3D 35
Octal 257 77 321 20 106 0 22 436 75 65
Binary 10101111 111111 11010001 10000 1000110 0 10010 100011110 111101 110101

Color Harmonies of #AF3FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3FD1

Black with #AF3FD1

Text Example


Text Example

White with #AF3FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3FD1; }

 p { color: rgb(175,63,209); }

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

background-color css

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

 a { background-color: rgb(175,63,209); }

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

border-color css

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

 span { border-color: rgb(175,63,209); }

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