Html Css Color HEX #AF49CE Medium Orchid

📋 copy color: '#AF49CE'

red 175 ◦ green 73 ◦ blue 206

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

Shades of Medium Orchid #AF49CE

Tints of Medium Orchid #AF49CE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.08%

 BLUE value IS 206 (80.86% from 255) = 45.37%

R = 38.55%
G = 16.08%
B = 45.37%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF49CE (or 0xAF49CE) is known color: Medium Orchid. HEX triplet: AF, 49 and CE. RGB value is (175,73,206). Sum of RGB (Red+Green+Blue) = 175+73+206=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 73 (28.91% from 255 or 16.08% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF49CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF49CE is #50B631. Grayscale: #767676. Windows color (decimal): -5289522 or 13519279. OLE color: 13519279.

HSL color Cylindrical-coordinate representation of color #AF49CE: hue angle of 286.02º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF49CE is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 73 206 -
CMYK 0.15 0.65 0 0.19
HSL 286.02º 0.58% 0.55% -
HSV(B) 286.02º 0.65% 0.81% -
XYZ 31.2 18.34 60.29 -
YUV 118.66 177.29 168.19 -
System Red Green Blue C M Y K H S L
Decimal 175 73 206 0.15 0.65 0 0.19 286.02 0.58 0.55
Hex AF 49 CE F 41 0 13 11E 3A 37
Octal 257 111 316 17 101 0 23 436 72 67
Binary 10101111 1001001 11001110 1111 1000001 0 10011 100011110 111010 110111

Color Harmonies of #AF49CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF49CE

Black with #AF49CE

Text Example


Text Example

White with #AF49CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF49CE; }

 p { color: rgb(175,73,206); }

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

background-color css

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

 a { background-color: rgb(175,73,206); }

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

border-color css

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

 span { border-color: rgb(175,73,206); }

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