Html Css Color HEX #AF59EA Medium Orchid

📋 copy color: '#AF59EA'

red 175 ◦ green 89 ◦ blue 234

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

Shades of Medium Orchid #AF59EA

Tints of Medium Orchid #AF59EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.99%

R = 35.14%
G = 17.87%
B = 46.99%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF59EA (or 0xAF59EA) is known color: Medium Orchid. HEX triplet: AF, 59 and EA. RGB value is (175,89,234). Sum of RGB (Red+Green+Blue) = 175+89+234=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 89 (35.16% from 255 or 17.87% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF59EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF59EA is #50A615. Grayscale: #828282. Windows color (decimal): -5285398 or 15358383. OLE color: 15358383.

HSL color Cylindrical-coordinate representation of color #AF59EA: hue angle of 275.59º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF59EA is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 89 234 -
CMYK 0.25 0.62 0 0.08
HSL 275.59º 0.78% 0.63% -
HSV(B) 275.59º 0.62% 0.92% -
XYZ 36.1 22.2 80.22 -
YUV 131.24 185.99 159.21 -
System Red Green Blue C M Y K H S L
Decimal 175 89 234 0.25 0.62 0 0.08 275.59 0.78 0.63
Hex AF 59 EA 19 3E 0 8 114 4E 3F
Octal 257 131 352 31 76 0 10 424 116 77
Binary 10101111 1011001 11101010 11001 111110 0 1000 100010100 1001110 111111

Color Harmonies of #AF59EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF59EA

Black with #AF59EA

Text Example


Text Example

White with #AF59EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF59EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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