Html Css Color HEX #AF59DB Medium Orchid

📋 copy color: '#AF59DB'

red 175 ◦ green 89 ◦ blue 219

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

Shades of Medium Orchid #AF59DB

Tints of Medium Orchid #AF59DB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.43%

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

R = 36.23%
G = 18.43%
B = 45.34%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF59DB (or 0xAF59DB) is known color: Medium Orchid. HEX triplet: AF, 59 and DB. RGB value is (175,89,219). Sum of RGB (Red+Green+Blue) = 175+89+219=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 89 (35.16% from 255 or 18.43% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF59DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF59DB is #50A624. Grayscale: #818181. Windows color (decimal): -5285413 or 14375343. OLE color: 14375343.

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

Color convert

RGB 175 89 219 -
CMYK 0.20 0.59 0 0.14
HSL 279.69º 0.64% 0.6% -
HSV(B) 279.69º 0.59% 0.86% -
XYZ 34.04 21.37 69.35 -
YUV 129.53 178.49 160.43 -
System Red Green Blue C M Y K H S L
Decimal 175 89 219 0.20 0.59 0 0.14 279.69 0.64 0.6
Hex AF 59 DB 14 3B 0 E 118 40 3C
Octal 257 131 333 24 73 0 16 430 100 74
Binary 10101111 1011001 11011011 10100 111011 0 1110 100011000 1000000 111100

Color Harmonies of #AF59DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF59DB

Black with #AF59DB

Text Example


Text Example

White with #AF59DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF59DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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