Html Css Color HEX #AF57C5 Medium Orchid

📋 copy color: '#AF57C5'

red 175 ◦ green 87 ◦ blue 197

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

Shades of Medium Orchid #AF57C5

Tints of Medium Orchid #AF57C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 42.92%

R = 38.13%
G = 18.95%
B = 42.92%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AF57C5 (or 0xAF57C5) is known color: Medium Orchid. HEX triplet: AF, 57 and C5. RGB value is (175,87,197). Sum of RGB (Red+Green+Blue) = 175+87+197=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 87 (34.38% from 255 or 18.95% from 459); Blue value is 197 (77.34% from 255 or 42.92% from 459); Max value from RGB is 197 - color contains mainly: blue. Hex color #AF57C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF57C5 is #50A83A. Grayscale: #7D7D7D. Windows color (decimal): -5285947 or 12933039. OLE color: 12933039.

HSL color Cylindrical-coordinate representation of color #AF57C5: hue angle of 288º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF57C5 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 87 197 -
CMYK 0.11 0.56 0 0.23
HSL 288º 0.49% 0.56% -
HSV(B) 288º 0.56% 0.77% -
XYZ 31.17 19.96 55.03 -
YUV 125.85 168.15 163.06 -
System Red Green Blue C M Y K H S L
Decimal 175 87 197 0.11 0.56 0 0.23 288 0.49 0.56
Hex AF 57 C5 B 38 0 17 120 31 38
Octal 257 127 305 13 70 0 27 440 61 70
Binary 10101111 1010111 11000101 1011 111000 0 10111 100100000 110001 111000

Color Harmonies of #AF57C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF57C5

Black with #AF57C5

Text Example


Text Example

White with #AF57C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF57C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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