Html Css Color HEX #AF57EA Medium Orchid

📋 copy color: '#AF57EA'

red 175 ◦ green 87 ◦ blue 234

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

Shades of Medium Orchid #AF57EA

Tints of Medium Orchid #AF57EA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.54%

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

R = 35.28%
G = 17.54%
B = 47.18%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF57EA (or 0xAF57EA) is known color: Medium Orchid. HEX triplet: AF, 57 and EA. RGB value is (175,87,234). Sum of RGB (Red+Green+Blue) = 175+87+234=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 87 (34.38% from 255 or 17.54% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF57EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF57EA is #50A815. Grayscale: #818181. Windows color (decimal): -5285910 or 15357871. OLE color: 15357871.

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

Color convert

RGB 175 87 234 -
CMYK 0.25 0.63 0 0.08
HSL 275.92º 0.78% 0.63% -
HSV(B) 275.92º 0.63% 0.92% -
XYZ 35.94 21.87 80.17 -
YUV 130.07 186.65 160.05 -
System Red Green Blue C M Y K H S L
Decimal 175 87 234 0.25 0.63 0 0.08 275.92 0.78 0.63
Hex AF 57 EA 19 3F 0 8 114 4E 3F
Octal 257 127 352 31 77 0 10 424 116 77
Binary 10101111 1010111 11101010 11001 111111 0 1000 100010100 1001110 111111

Color Harmonies of #AF57EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF57EA

Black with #AF57EA

Text Example


Text Example

White with #AF57EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF57EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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