Html Css Color HEX #AF51DC Medium Orchid

📋 copy color: '#AF51DC'

red 175 ◦ green 81 ◦ blue 220

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

Shades of Medium Orchid #AF51DC

Tints of Medium Orchid #AF51DC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.02%

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

R = 36.76%
G = 17.02%
B = 46.22%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF51DC (or 0xAF51DC) is known color: Medium Orchid. HEX triplet: AF, 51 and DC. RGB value is (175,81,220). Sum of RGB (Red+Green+Blue) = 175+81+220=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 81 (32.03% from 255 or 17.02% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF51DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF51DC is #50AE23. Grayscale: #7C7C7C. Windows color (decimal): -5287460 or 14438831. OLE color: 14438831.

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

Color convert

RGB 175 81 220 -
CMYK 0.20 0.63 0 0.14
HSL 280.58º 0.67% 0.59% -
HSV(B) 280.58º 0.63% 0.86% -
XYZ 33.54 20.17 69.83 -
YUV 124.95 181.64 163.7 -
System Red Green Blue C M Y K H S L
Decimal 175 81 220 0.20 0.63 0 0.14 280.58 0.67 0.59
Hex AF 51 DC 14 3F 0 E 119 43 3B
Octal 257 121 334 24 77 0 16 431 103 73
Binary 10101111 1010001 11011100 10100 111111 0 1110 100011001 1000011 111011

Color Harmonies of #AF51DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF51DC

Black with #AF51DC

Text Example


Text Example

White with #AF51DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF51DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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