Html Css Color HEX #AF56D9 Medium Orchid

📋 copy color: '#AF56D9'

red 175 ◦ green 86 ◦ blue 217

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

Shades of Medium Orchid #AF56D9

Tints of Medium Orchid #AF56D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.4%

R = 36.61%
G = 17.99%
B = 45.4%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF56D9 (or 0xAF56D9) is known color: Medium Orchid. HEX triplet: AF, 56 and D9. RGB value is (175,86,217). Sum of RGB (Red+Green+Blue) = 175+86+217=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 86 (33.98% from 255 or 17.99% from 478); Blue value is 217 (85.16% from 255 or 45.40% from 478); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF56D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF56D9 is #50A926. Grayscale: #7F7F7F. Windows color (decimal): -5286183 or 14243503. OLE color: 14243503.

HSL color Cylindrical-coordinate representation of color #AF56D9: hue angle of 280.76º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF56D9 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 86 217 -
CMYK 0.19 0.60 0 0.15
HSL 280.76º 0.63% 0.59% -
HSV(B) 280.76º 0.6% 0.85% -
XYZ 33.53 20.78 67.89 -
YUV 127.55 178.49 161.85 -
System Red Green Blue C M Y K H S L
Decimal 175 86 217 0.19 0.60 0 0.15 280.76 0.63 0.59
Hex AF 56 D9 13 3C 0 F 119 3F 3B
Octal 257 126 331 23 74 0 17 431 77 73
Binary 10101111 1010110 11011001 10011 111100 0 1111 100011001 111111 111011

Color Harmonies of #AF56D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF56D9

Black with #AF56D9

Text Example


Text Example

White with #AF56D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF56D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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