Html Css Color HEX #AF57D5 Medium Orchid

📋 copy color: '#AF57D5'

red 175 ◦ green 87 ◦ blue 213

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

Shades of Medium Orchid #AF57D5

Tints of Medium Orchid #AF57D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.84%

R = 36.84%
G = 18.32%
B = 44.84%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF57D5 (or 0xAF57D5) is known color: Medium Orchid. HEX triplet: AF, 57 and D5. RGB value is (175,87,213). Sum of RGB (Red+Green+Blue) = 175+87+213=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 87 (34.38% from 255 or 18.32% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF57D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF57D5 is #50A82A. Grayscale: #7F7F7F. Windows color (decimal): -5285931 or 13981615. OLE color: 13981615.

HSL color Cylindrical-coordinate representation of color #AF57D5: hue angle of 281.9º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF57D5 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 87 213 -
CMYK 0.18 0.59 0 0.16
HSL 281.9º 0.6% 0.59% -
HSV(B) 281.9º 0.59% 0.84% -
XYZ 33.1 20.73 65.21 -
YUV 127.68 176.15 161.75 -
System Red Green Blue C M Y K H S L
Decimal 175 87 213 0.18 0.59 0 0.16 281.9 0.6 0.59
Hex AF 57 D5 12 3B 0 10 11A 3C 3B
Octal 257 127 325 22 73 0 20 432 74 73
Binary 10101111 1010111 11010101 10010 111011 0 10000 100011010 111100 111011

Color Harmonies of #AF57D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF57D5

Black with #AF57D5

Text Example


Text Example

White with #AF57D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF57D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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