Html Css Color HEX #AF56C1 Medium Orchid

📋 copy color: '#AF56C1'

red 175 ◦ green 86 ◦ blue 193

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

Shades of Medium Orchid #AF56C1

Tints of Medium Orchid #AF56C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.51%

R = 38.55%
G = 18.94%
B = 42.51%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF56C1 (or 0xAF56C1) is known color: Medium Orchid. HEX triplet: AF, 56 and C1. RGB value is (175,86,193). Sum of RGB (Red+Green+Blue) = 175+86+193=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 86 (33.98% from 255 or 18.94% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF56C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF56C1 is #50A93E. Grayscale: #7C7C7C. Windows color (decimal): -5286207 or 12670639. OLE color: 12670639.

HSL color Cylindrical-coordinate representation of color #AF56C1: hue angle of 289.91º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF56C1 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 86 193 -
CMYK 0.09 0.55 0 0.24
HSL 289.91º 0.46% 0.55% -
HSV(B) 289.91º 0.55% 0.76% -
XYZ 30.63 19.62 52.62 -
YUV 124.81 166.49 163.8 -
System Red Green Blue C M Y K H S L
Decimal 175 86 193 0.09 0.55 0 0.24 289.91 0.46 0.55
Hex AF 56 C1 9 37 0 18 122 2E 37
Octal 257 126 301 11 67 0 30 442 56 67
Binary 10101111 1010110 11000001 1001 110111 0 11000 100100010 101110 110111

Color Harmonies of #AF56C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF56C1

Black with #AF56C1

Text Example


Text Example

White with #AF56C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF56C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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