Html Css Color HEX #AF47DB Medium Orchid

📋 copy color: '#AF47DB'

red 175 ◦ green 71 ◦ blue 219

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

Shades of Medium Orchid #AF47DB

Tints of Medium Orchid #AF47DB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.27%

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

R = 37.63%
G = 15.27%
B = 47.1%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF47DB (or 0xAF47DB) is known color: Medium Orchid. HEX triplet: AF, 47 and DB. RGB value is (175,71,219). Sum of RGB (Red+Green+Blue) = 175+71+219=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 71 (28.12% from 255 or 15.27% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF47DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF47DB is #50B824. Grayscale: #767676. Windows color (decimal): -5290021 or 14370735. OLE color: 14370735.

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

Color convert

RGB 175 71 219 -
CMYK 0.20 0.68 0 0.14
HSL 282.16º 0.67% 0.57% -
HSV(B) 282.16º 0.68% 0.86% -
XYZ 32.72 18.73 68.91 -
YUV 118.97 184.46 167.97 -
System Red Green Blue C M Y K H S L
Decimal 175 71 219 0.20 0.68 0 0.14 282.16 0.67 0.57
Hex AF 47 DB 14 44 0 E 11A 43 39
Octal 257 107 333 24 104 0 16 432 103 71
Binary 10101111 1000111 11011011 10100 1000100 0 1110 100011010 1000011 111001

Color Harmonies of #AF47DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF47DB

Black with #AF47DB

Text Example


Text Example

White with #AF47DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF47DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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