Html Css Color HEX #AF59ED Medium Orchid

📋 copy color: '#AF59ED'

red 175 ◦ green 89 ◦ blue 237

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

Shades of Medium Orchid #AF59ED

Tints of Medium Orchid #AF59ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.31%

R = 34.93%
G = 17.76%
B = 47.31%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF59ED (or 0xAF59ED) is known color: Medium Orchid. HEX triplet: AF, 59 and ED. RGB value is (175,89,237). Sum of RGB (Red+Green+Blue) = 175+89+237=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 89 (35.16% from 255 or 17.76% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF59ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF59ED is #50A612. Grayscale: #838383. Windows color (decimal): -5285395 or 15554991. OLE color: 15554991.

HSL color Cylindrical-coordinate representation of color #AF59ED: hue angle of 274.86º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF59ED is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 89 237 -
CMYK 0.26 0.62 0 0.07
HSL 274.86º 0.8% 0.64% -
HSV(B) 274.86º 0.62% 0.93% -
XYZ 36.54 22.37 82.51 -
YUV 131.59 187.49 158.97 -
System Red Green Blue C M Y K H S L
Decimal 175 89 237 0.26 0.62 0 0.07 274.86 0.8 0.64
Hex AF 59 ED 1A 3E 0 7 113 50 40
Octal 257 131 355 32 76 0 7 423 120 100
Binary 10101111 1011001 11101101 11010 111110 0 111 100010011 1010000 1000000

Color Harmonies of #AF59ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF59ED

Black with #AF59ED

Text Example


Text Example

White with #AF59ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF59ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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