Html Css Color HEX #AF57DD Medium Orchid

📋 copy color: '#AF57DD'

red 175 ◦ green 87 ◦ blue 221

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

Shades of Medium Orchid #AF57DD

Tints of Medium Orchid #AF57DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.76%

R = 36.23%
G = 18.01%
B = 45.76%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF57DD (or 0xAF57DD) is known color: Medium Orchid. HEX triplet: AF, 57 and DD. RGB value is (175,87,221). Sum of RGB (Red+Green+Blue) = 175+87+221=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 87 (34.38% from 255 or 18.01% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF57DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF57DD is #50A822. Grayscale: #808080. Windows color (decimal): -5285923 or 14505903. OLE color: 14505903.

HSL color Cylindrical-coordinate representation of color #AF57DD: hue angle of 279.4º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF57DD is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 87 221 -
CMYK 0.21 0.61 0 0.13
HSL 279.4º 0.66% 0.6% -
HSV(B) 279.4º 0.61% 0.87% -
XYZ 34.14 21.15 70.69 -
YUV 128.59 180.15 161.1 -
System Red Green Blue C M Y K H S L
Decimal 175 87 221 0.21 0.61 0 0.13 279.4 0.66 0.6
Hex AF 57 DD 15 3D 0 D 117 42 3C
Octal 257 127 335 25 75 0 15 427 102 74
Binary 10101111 1010111 11011101 10101 111101 0 1101 100010111 1000010 111100

Color Harmonies of #AF57DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF57DD

Black with #AF57DD

Text Example


Text Example

White with #AF57DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF57DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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