Html Css Color HEX #AF56C8 Medium Orchid

📋 copy color: '#AF56C8'

red 175 ◦ green 86 ◦ blue 200

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

Shades of Medium Orchid #AF56C8

Tints of Medium Orchid #AF56C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.38%

R = 37.96%
G = 18.66%
B = 43.38%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF56C8 (or 0xAF56C8) is known color: Medium Orchid. HEX triplet: AF, 56 and C8. RGB value is (175,86,200). Sum of RGB (Red+Green+Blue) = 175+86+200=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 200 (78.52% from 255 or 43.38% from 461); Max value from RGB is 200 - color contains mainly: blue. Hex color #AF56C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF56C8 is #50A937. Grayscale: #7D7D7D. Windows color (decimal): -5286200 or 13129391. OLE color: 13129391.

HSL color Cylindrical-coordinate representation of color #AF56C8: hue angle of 286.84º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF56C8 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 86 200 -
CMYK 0.12 0.57 0 0.22
HSL 286.84º 0.51% 0.56% -
HSV(B) 286.84º 0.57% 0.78% -
XYZ 31.43 19.94 56.84 -
YUV 125.61 169.99 163.23 -
System Red Green Blue C M Y K H S L
Decimal 175 86 200 0.12 0.57 0 0.22 286.84 0.51 0.56
Hex AF 56 C8 C 39 0 16 11F 33 38
Octal 257 126 310 14 71 0 26 437 63 70
Binary 10101111 1010110 11001000 1100 111001 0 10110 100011111 110011 111000

Color Harmonies of #AF56C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF56C8

Black with #AF56C8

Text Example


Text Example

White with #AF56C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF56C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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