Html Css Color HEX #AF49DD Medium Orchid

📋 copy color: '#AF49DD'

red 175 ◦ green 73 ◦ blue 221

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

Shades of Medium Orchid #AF49DD

Tints of Medium Orchid #AF49DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.12%

R = 37.31%
G = 15.57%
B = 47.12%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF49DD (or 0xAF49DD) is known color: Medium Orchid. HEX triplet: AF, 49 and DD. RGB value is (175,73,221). Sum of RGB (Red+Green+Blue) = 175+73+221=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 73 (28.91% from 255 or 15.57% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF49DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF49DD is #50B622. Grayscale: #777777. Windows color (decimal): -5289507 or 14502319. OLE color: 14502319.

HSL color Cylindrical-coordinate representation of color #AF49DD: hue angle of 281.35º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF49DD is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 73 221 -
CMYK 0.21 0.67 0 0.13
HSL 281.35º 0.69% 0.58% -
HSV(B) 281.35º 0.67% 0.87% -
XYZ 33.11 19.1 70.35 -
YUV 120.37 184.79 166.97 -
System Red Green Blue C M Y K H S L
Decimal 175 73 221 0.21 0.67 0 0.13 281.35 0.69 0.58
Hex AF 49 DD 15 43 0 D 119 45 3A
Octal 257 111 335 25 103 0 15 431 105 72
Binary 10101111 1001001 11011101 10101 1000011 0 1101 100011001 1000101 111010

Color Harmonies of #AF49DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF49DD

Black with #AF49DD

Text Example


Text Example

White with #AF49DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF49DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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