Html Css Color HEX #AF57C1 Medium Orchid

📋 copy color: '#AF57C1'

red 175 ◦ green 87 ◦ blue 193

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

Shades of Medium Orchid #AF57C1

Tints of Medium Orchid #AF57C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.42%

R = 38.46%
G = 19.12%
B = 42.42%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF57C1 (or 0xAF57C1) is known color: Medium Orchid. HEX triplet: AF, 57 and C1. RGB value is (175,87,193). Sum of RGB (Red+Green+Blue) = 175+87+193=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 87 (34.38% from 255 or 19.12% from 455); Blue value is 193 (75.78% from 255 or 42.42% from 455); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF57C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF57C1 is #50A83E. Grayscale: #7D7D7D. Windows color (decimal): -5285951 or 12670895. OLE color: 12670895.

HSL color Cylindrical-coordinate representation of color #AF57C1: hue angle of 289.81º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF57C1 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 87 193 -
CMYK 0.09 0.55 0 0.24
HSL 289.81º 0.46% 0.55% -
HSV(B) 289.81º 0.55% 0.76% -
XYZ 30.71 19.78 52.65 -
YUV 125.4 166.15 163.38 -
System Red Green Blue C M Y K H S L
Decimal 175 87 193 0.09 0.55 0 0.24 289.81 0.46 0.55
Hex AF 57 C1 9 37 0 18 122 2E 37
Octal 257 127 301 11 67 0 30 442 56 67
Binary 10101111 1010111 11000001 1001 110111 0 11000 100100010 101110 110111

Color Harmonies of #AF57C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF57C1

Black with #AF57C1

Text Example


Text Example

White with #AF57C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF57C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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