Html Css Color HEX #AF56DB Medium Orchid

📋 copy color: '#AF56DB'

red 175 ◦ green 86 ◦ blue 219

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

Shades of Medium Orchid #AF56DB

Tints of Medium Orchid #AF56DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.63%

R = 36.46%
G = 17.92%
B = 45.63%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF56DB (or 0xAF56DB) is known color: Medium Orchid. HEX triplet: AF, 56 and DB. RGB value is (175,86,219). Sum of RGB (Red+Green+Blue) = 175+86+219=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 86 (33.98% from 255 or 17.92% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF56DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF56DB is #50A924. Grayscale: #7F7F7F. Windows color (decimal): -5286181 or 14374575. OLE color: 14374575.

HSL color Cylindrical-coordinate representation of color #AF56DB: hue angle of 280.15º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF56DB is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 86 219 -
CMYK 0.20 0.61 0 0.14
HSL 280.15º 0.65% 0.6% -
HSV(B) 280.15º 0.61% 0.86% -
XYZ 33.79 20.88 69.27 -
YUV 127.77 179.49 161.69 -
System Red Green Blue C M Y K H S L
Decimal 175 86 219 0.20 0.61 0 0.14 280.15 0.65 0.6
Hex AF 56 DB 14 3D 0 E 118 41 3C
Octal 257 126 333 24 75 0 16 430 101 74
Binary 10101111 1010110 11011011 10100 111101 0 1110 100011000 1000001 111100

Color Harmonies of #AF56DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF56DB

Black with #AF56DB

Text Example


Text Example

White with #AF56DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF56DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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