Html Css Color HEX #AF49E0 Medium Orchid

📋 copy color: '#AF49E0'

red 175 ◦ green 73 ◦ blue 224

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

Shades of Medium Orchid #AF49E0

Tints of Medium Orchid #AF49E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.46%

R = 37.08%
G = 15.47%
B = 47.46%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF49E0 (or 0xAF49E0) is known color: Medium Orchid. HEX triplet: AF, 49 and E0. RGB value is (175,73,224). Sum of RGB (Red+Green+Blue) = 175+73+224=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 224 (87.89% from 255 or 47.46% from 472); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF49E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF49E0 is #50B61F. Grayscale: #787878. Windows color (decimal): -5289504 or 14698927. OLE color: 14698927.

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

Color convert

RGB 175 73 224 -
CMYK 0.22 0.67 0 0.12
HSL 280.53º 0.71% 0.58% -
HSV(B) 280.53º 0.67% 0.88% -
XYZ 33.52 19.26 72.47 -
YUV 120.71 186.29 166.72 -
System Red Green Blue C M Y K H S L
Decimal 175 73 224 0.22 0.67 0 0.12 280.53 0.71 0.58
Hex AF 49 E0 16 43 0 C 119 47 3A
Octal 257 111 340 26 103 0 14 431 107 72
Binary 10101111 1001001 11100000 10110 1000011 0 1100 100011001 1000111 111010

Color Harmonies of #AF49E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF49E0

Black with #AF49E0

Text Example


Text Example

White with #AF49E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF49E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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