Html Css Color HEX #AF5FDC Medium Orchid

📋 copy color: '#AF5FDC'

red 175 ◦ green 95 ◦ blue 220

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

Shades of Medium Orchid #AF5FDC

Tints of Medium Orchid #AF5FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.39%

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

R = 35.71%
G = 19.39%
B = 44.9%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF5FDC (or 0xAF5FDC) is known color: Medium Orchid. HEX triplet: AF, 5F and DC. RGB value is (175,95,220). Sum of RGB (Red+Green+Blue) = 175+95+220=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 95 (37.5% from 255 or 19.39% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF5FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5FDC is #50A023. Grayscale: #848484. Windows color (decimal): -5283876 or 14442415. OLE color: 14442415.

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

Color convert

RGB 175 95 220 -
CMYK 0.20 0.57 0 0.14
HSL 278.4º 0.64% 0.62% -
HSV(B) 278.4º 0.57% 0.86% -
XYZ 34.69 22.47 70.22 -
YUV 133.17 177 157.84 -
System Red Green Blue C M Y K H S L
Decimal 175 95 220 0.20 0.57 0 0.14 278.4 0.64 0.62
Hex AF 5F DC 14 39 0 E 116 40 3E
Octal 257 137 334 24 71 0 16 426 100 76
Binary 10101111 1011111 11011100 10100 111001 0 1110 100010110 1000000 111110

Color Harmonies of #AF5FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5FDC

Black with #AF5FDC

Text Example


Text Example

White with #AF5FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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