Html Css Color HEX #AF56DC Medium Orchid

📋 copy color: '#AF56DC'

red 175 ◦ green 86 ◦ blue 220

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

Shades of Medium Orchid #AF56DC

Tints of Medium Orchid #AF56DC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.88%

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

R = 36.38%
G = 17.88%
B = 45.74%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF56DC (or 0xAF56DC) is known color: Medium Orchid. HEX triplet: AF, 56 and DC. RGB value is (175,86,220). Sum of RGB (Red+Green+Blue) = 175+86+220=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 86 (33.98% from 255 or 17.88% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF56DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF56DC is #50A923. Grayscale: #7F7F7F. Windows color (decimal): -5286180 or 14440111. OLE color: 14440111.

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

Color convert

RGB 175 86 220 -
CMYK 0.20 0.61 0 0.14
HSL 279.85º 0.66% 0.6% -
HSV(B) 279.85º 0.61% 0.86% -
XYZ 33.93 20.94 69.96 -
YUV 127.89 179.99 161.6 -
System Red Green Blue C M Y K H S L
Decimal 175 86 220 0.20 0.61 0 0.14 279.85 0.66 0.6
Hex AF 56 DC 14 3D 0 E 118 42 3C
Octal 257 126 334 24 75 0 16 430 102 74
Binary 10101111 1010110 11011100 10100 111101 0 1110 100011000 1000010 111100

Color Harmonies of #AF56DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF56DC

Black with #AF56DC

Text Example


Text Example

White with #AF56DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF56DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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