Html Css Color HEX #AF49DB Medium Orchid

📋 copy color: '#AF49DB'

red 175 ◦ green 73 ◦ blue 219

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

Shades of Medium Orchid #AF49DB

Tints of Medium Orchid #AF49DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.9%

R = 37.47%
G = 15.63%
B = 46.9%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF49DB (or 0xAF49DB) is known color: Medium Orchid. HEX triplet: AF, 49 and DB. RGB value is (175,73,219). Sum of RGB (Red+Green+Blue) = 175+73+219=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 73 (28.91% from 255 or 15.63% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF49DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF49DB is #50B624. Grayscale: #777777. Windows color (decimal): -5289509 or 14371247. OLE color: 14371247.

HSL color Cylindrical-coordinate representation of color #AF49DB: hue angle of 281.92º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF49DB is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 73 219 -
CMYK 0.20 0.67 0 0.14
HSL 281.92º 0.67% 0.57% -
HSV(B) 281.92º 0.67% 0.86% -
XYZ 32.85 18.99 68.95 -
YUV 120.14 183.79 167.13 -
System Red Green Blue C M Y K H S L
Decimal 175 73 219 0.20 0.67 0 0.14 281.92 0.67 0.57
Hex AF 49 DB 14 43 0 E 11A 43 39
Octal 257 111 333 24 103 0 16 432 103 71
Binary 10101111 1001001 11011011 10100 1000011 0 1110 100011010 1000011 111001

Color Harmonies of #AF49DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF49DB

Black with #AF49DB

Text Example


Text Example

White with #AF49DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF49DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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