Html Css Color HEX #AF49E1 Medium Orchid

📋 copy color: '#AF49E1'

red 175 ◦ green 73 ◦ blue 225

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

Shades of Medium Orchid #AF49E1

Tints of Medium Orchid #AF49E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 47.57%

R = 37%
G = 15.43%
B = 47.57%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF49E1 (or 0xAF49E1) is known color: Medium Orchid. HEX triplet: AF, 49 and E1. RGB value is (175,73,225). Sum of RGB (Red+Green+Blue) = 175+73+225=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 73 (28.91% from 255 or 15.43% from 473); Blue value is 225 (88.28% from 255 or 47.57% from 473); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF49E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF49E1 is #50B61E. Grayscale: #787878. Windows color (decimal): -5289503 or 14764463. OLE color: 14764463.

HSL color Cylindrical-coordinate representation of color #AF49E1: hue angle of 280.26º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF49E1 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 73 225 -
CMYK 0.22 0.68 0 0.12
HSL 280.26º 0.72% 0.58% -
HSV(B) 280.26º 0.68% 0.88% -
XYZ 33.65 19.32 73.19 -
YUV 120.83 186.79 166.64 -
System Red Green Blue C M Y K H S L
Decimal 175 73 225 0.22 0.68 0 0.12 280.26 0.72 0.58
Hex AF 49 E1 16 44 0 C 118 48 3A
Octal 257 111 341 26 104 0 14 430 110 72
Binary 10101111 1001001 11100001 10110 1000100 0 1100 100011000 1001000 111010

Color Harmonies of #AF49E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF49E1

Black with #AF49E1

Text Example


Text Example

White with #AF49E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF49E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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