Html Css Color HEX #AF56DF Medium Orchid

📋 copy color: '#AF56DF'

red 175 ◦ green 86 ◦ blue 223

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

Shades of Medium Orchid #AF56DF

Tints of Medium Orchid #AF56DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.07%

R = 36.16%
G = 17.77%
B = 46.07%

CMYK

 C value IS 0.22

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF56DF (or 0xAF56DF) is known color: Medium Orchid. HEX triplet: AF, 56 and DF. RGB value is (175,86,223). Sum of RGB (Red+Green+Blue) = 175+86+223=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 86 (33.98% from 255 or 17.77% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF56DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF56DF is #50A920. Grayscale: #7F7F7F. Windows color (decimal): -5286177 or 14636719. OLE color: 14636719.

HSL color Cylindrical-coordinate representation of color #AF56DF: hue angle of 278.98º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF56DF is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 86 223 -
CMYK 0.22 0.61 0 0.13
HSL 278.98º 0.68% 0.61% -
HSV(B) 278.98º 0.61% 0.87% -
XYZ 34.33 21.1 72.08 -
YUV 128.23 181.49 161.36 -
System Red Green Blue C M Y K H S L
Decimal 175 86 223 0.22 0.61 0 0.13 278.98 0.68 0.61
Hex AF 56 DF 16 3D 0 D 117 44 3D
Octal 257 126 337 26 75 0 15 427 104 75
Binary 10101111 1010110 11011111 10110 111101 0 1101 100010111 1000100 111101

Color Harmonies of #AF56DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF56DF

Black with #AF56DF

Text Example


Text Example

White with #AF56DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF56DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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