Html Css Color HEX #AF56EF Medium Orchid

📋 copy color: '#AF56EF'

red 175 ◦ green 86 ◦ blue 239

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

Shades of Medium Orchid #AF56EF

Tints of Medium Orchid #AF56EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.8%

R = 35%
G = 17.2%
B = 47.8%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF56EF (or 0xAF56EF) is known color: Medium Orchid. HEX triplet: AF, 56 and EF. RGB value is (175,86,239). Sum of RGB (Red+Green+Blue) = 175+86+239=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 86 (33.98% from 255 or 17.2% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF56EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF56EF is #50A910. Grayscale: #818181. Windows color (decimal): -5286161 or 15685295. OLE color: 15685295.

HSL color Cylindrical-coordinate representation of color #AF56EF: hue angle of 274.9º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF56EF is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 86 239 -
CMYK 0.27 0.64 0 0.06
HSL 274.9º 0.83% 0.64% -
HSV(B) 274.9º 0.64% 0.94% -
XYZ 36.59 22 83.98 -
YUV 130.05 189.49 160.06 -
System Red Green Blue C M Y K H S L
Decimal 175 86 239 0.27 0.64 0 0.06 274.9 0.83 0.64
Hex AF 56 EF 1B 40 0 6 113 53 40
Octal 257 126 357 33 100 0 6 423 123 100
Binary 10101111 1010110 11101111 11011 1000000 0 110 100010011 1010011 1000000

Color Harmonies of #AF56EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF56EF

Black with #AF56EF

Text Example


Text Example

White with #AF56EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF56EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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