Html Css Color HEX #AF59E6 Medium Orchid

📋 copy color: '#AF59E6'

red 175 ◦ green 89 ◦ blue 230

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

Shades of Medium Orchid #AF59E6

Tints of Medium Orchid #AF59E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.56%

R = 35.43%
G = 18.02%
B = 46.56%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AF59E6 (or 0xAF59E6) is known color: Medium Orchid. HEX triplet: AF, 59 and E6. RGB value is (175,89,230). Sum of RGB (Red+Green+Blue) = 175+89+230=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 89 (35.16% from 255 or 18.02% from 494); Blue value is 230 (90.23% from 255 or 46.56% from 494); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF59E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF59E6 is #50A619. Grayscale: #828282. Windows color (decimal): -5285402 or 15096239. OLE color: 15096239.

HSL color Cylindrical-coordinate representation of color #AF59E6: hue angle of 276.6º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF59E6 is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 89 230 -
CMYK 0.24 0.61 0 0.10
HSL 276.6º 0.74% 0.63% -
HSV(B) 276.6º 0.61% 0.9% -
XYZ 35.53 21.97 77.23 -
YUV 130.79 183.99 159.54 -
System Red Green Blue C M Y K H S L
Decimal 175 89 230 0.24 0.61 0 0.10 276.6 0.74 0.63
Hex AF 59 E6 18 3D 0 A 115 4A 3F
Octal 257 131 346 30 75 0 12 425 112 77
Binary 10101111 1011001 11100110 11000 111101 0 1010 100010101 1001010 111111

Color Harmonies of #AF59E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF59E6

Black with #AF59E6

Text Example


Text Example

White with #AF59E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF59E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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