Html Css Color HEX #AF59C6 Medium Orchid

📋 copy color: '#AF59C6'

red 175 ◦ green 89 ◦ blue 198

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

Shades of Medium Orchid #AF59C6

Tints of Medium Orchid #AF59C6

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.26%

 BLUE value IS 198 (77.73% from 255) = 42.86%

R = 37.88%
G = 19.26%
B = 42.86%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF59C6 (or 0xAF59C6) is known color: Medium Orchid. HEX triplet: AF, 59 and C6. RGB value is (175,89,198). Sum of RGB (Red+Green+Blue) = 175+89+198=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 198 (77.73% from 255 or 42.86% from 462); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF59C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF59C6 is #50A639. Grayscale: #7E7E7E. Windows color (decimal): -5285434 or 12999087. OLE color: 12999087.

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

Color convert

RGB 175 89 198 -
CMYK 0.12 0.55 0 0.22
HSL 287.34º 0.49% 0.56% -
HSV(B) 287.34º 0.55% 0.78% -
XYZ 31.44 20.34 55.69 -
YUV 127.14 167.99 162.14 -
System Red Green Blue C M Y K H S L
Decimal 175 89 198 0.12 0.55 0 0.22 287.34 0.49 0.56
Hex AF 59 C6 C 37 0 16 11F 31 38
Octal 257 131 306 14 67 0 26 437 61 70
Binary 10101111 1011001 11000110 1100 110111 0 10110 100011111 110001 111000

Color Harmonies of #AF59C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF59C6

Black with #AF59C6

Text Example


Text Example

White with #AF59C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF59C6; }

 p { color: rgb(175,89,198); }

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

background-color css

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

 a { background-color: rgb(175,89,198); }

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

border-color css

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

 span { border-color: rgb(175,89,198); }

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