Html Css Color HEX #AF59DC Medium Orchid

📋 copy color: '#AF59DC'

red 175 ◦ green 89 ◦ blue 220

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

Shades of Medium Orchid #AF59DC

Tints of Medium Orchid #AF59DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.45%

R = 36.16%
G = 18.39%
B = 45.45%

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

#AF59DC (or 0xAF59DC) is known color: Medium Orchid. HEX triplet: AF, 59 and DC. RGB value is (175,89,220). Sum of RGB (Red+Green+Blue) = 175+89+220=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 89 (35.16% from 255 or 18.39% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF59DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF59DC is #50A623. Grayscale: #818181. Windows color (decimal): -5285412 or 14440879. OLE color: 14440879.

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

Color convert

RGB 175 89 220 -
CMYK 0.20 0.60 0 0.14
HSL 279.39º 0.65% 0.61% -
HSV(B) 279.39º 0.6% 0.86% -
XYZ 34.17 21.43 70.04 -
YUV 129.65 178.99 160.35 -
System Red Green Blue C M Y K H S L
Decimal 175 89 220 0.20 0.60 0 0.14 279.39 0.65 0.61
Hex AF 59 DC 14 3C 0 E 117 41 3D
Octal 257 131 334 24 74 0 16 427 101 75
Binary 10101111 1011001 11011100 10100 111100 0 1110 100010111 1000001 111101

Color Harmonies of #AF59DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF59DC

Black with #AF59DC

Text Example


Text Example

White with #AF59DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF59DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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