Html Css Color HEX #AF56CE Medium Orchid

📋 copy color: '#AF56CE'

red 175 ◦ green 86 ◦ blue 206

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

Shades of Medium Orchid #AF56CE

Tints of Medium Orchid #AF56CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.11%

R = 37.47%
G = 18.42%
B = 44.11%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF56CE (or 0xAF56CE) is known color: Medium Orchid. HEX triplet: AF, 56 and CE. RGB value is (175,86,206). Sum of RGB (Red+Green+Blue) = 175+86+206=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 86 (33.98% from 255 or 18.42% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF56CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF56CE is #50A931. Grayscale: #7D7D7D. Windows color (decimal): -5286194 or 13522607. OLE color: 13522607.

HSL color Cylindrical-coordinate representation of color #AF56CE: hue angle of 284.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF56CE is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 86 206 -
CMYK 0.15 0.58 0 0.19
HSL 284.5º 0.55% 0.57% -
HSV(B) 284.5º 0.58% 0.81% -
XYZ 32.15 20.23 60.6 -
YUV 126.29 172.99 162.74 -
System Red Green Blue C M Y K H S L
Decimal 175 86 206 0.15 0.58 0 0.19 284.5 0.55 0.57
Hex AF 56 CE F 3A 0 13 11C 37 39
Octal 257 126 316 17 72 0 23 434 67 71
Binary 10101111 1010110 11001110 1111 111010 0 10011 100011100 110111 111001

Color Harmonies of #AF56CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF56CE

Black with #AF56CE

Text Example


Text Example

White with #AF56CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF56CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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