Html Css Color HEX #AF55DC Medium Orchid

📋 copy color: '#AF55DC'

red 175 ◦ green 85 ◦ blue 220

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

Shades of Medium Orchid #AF55DC

Tints of Medium Orchid #AF55DC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.71%

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

R = 36.46%
G = 17.71%
B = 45.83%

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

#AF55DC (or 0xAF55DC) is known color: Medium Orchid. HEX triplet: AF, 55 and DC. RGB value is (175,85,220). Sum of RGB (Red+Green+Blue) = 175+85+220=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 85 (33.59% from 255 or 17.71% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF55DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF55DC is #50AA23. Grayscale: #7E7E7E. Windows color (decimal): -5286436 or 14439855. OLE color: 14439855.

HSL color Cylindrical-coordinate representation of color #AF55DC: hue angle of 280º 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 #AF55DC is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 85 220 -
CMYK 0.20 0.61 0 0.14
HSL 280º 0.66% 0.6% -
HSV(B) 280º 0.61% 0.86% -
XYZ 33.85 20.78 69.94 -
YUV 127.3 180.32 162.02 -
System Red Green Blue C M Y K H S L
Decimal 175 85 220 0.20 0.61 0 0.14 280 0.66 0.6
Hex AF 55 DC 14 3D 0 E 118 42 3C
Octal 257 125 334 24 75 0 16 430 102 74
Binary 10101111 1010101 11011100 10100 111101 0 1110 100011000 1000010 111100

Color Harmonies of #AF55DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF55DC

Black with #AF55DC

Text Example


Text Example

White with #AF55DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF55DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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