Html Css Color HEX #AF57DB Medium Orchid

📋 copy color: '#AF57DB'

red 175 ◦ green 87 ◦ blue 219

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

Shades of Medium Orchid #AF57DB

Tints of Medium Orchid #AF57DB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.09%

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

R = 36.38%
G = 18.09%
B = 45.53%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF57DB (or 0xAF57DB) is known color: Medium Orchid. HEX triplet: AF, 57 and DB. RGB value is (175,87,219). Sum of RGB (Red+Green+Blue) = 175+87+219=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 87 (34.38% from 255 or 18.09% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF57DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF57DB is #50A824. Grayscale: #7F7F7F. Windows color (decimal): -5285925 or 14374831. OLE color: 14374831.

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

Color convert

RGB 175 87 219 -
CMYK 0.20 0.60 0 0.14
HSL 280º 0.65% 0.6% -
HSV(B) 280º 0.6% 0.86% -
XYZ 33.87 21.04 69.29 -
YUV 128.36 179.15 161.27 -
System Red Green Blue C M Y K H S L
Decimal 175 87 219 0.20 0.60 0 0.14 280 0.65 0.6
Hex AF 57 DB 14 3C 0 E 118 41 3C
Octal 257 127 333 24 74 0 16 430 101 74
Binary 10101111 1010111 11011011 10100 111100 0 1110 100011000 1000001 111100

Color Harmonies of #AF57DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF57DB

Black with #AF57DB

Text Example


Text Example

White with #AF57DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF57DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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