Html Css Color HEX #AF4DC1 Medium Orchid

📋 copy color: '#AF4DC1'

red 175 ◦ green 77 ◦ blue 193

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

Shades of Medium Orchid #AF4DC1

Tints of Medium Orchid #AF4DC1

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.3%

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

R = 39.33%
G = 17.3%
B = 43.37%

CMYK

 C value IS 0.09

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF4DC1 (or 0xAF4DC1) is known color: Medium Orchid. HEX triplet: AF, 4D and C1. RGB value is (175,77,193). Sum of RGB (Red+Green+Blue) = 175+77+193=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 193 (75.78% from 255 or 43.37% from 445); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF4DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4DC1 is #50B23E. Grayscale: #777777. Windows color (decimal): -5288511 or 12668335. OLE color: 12668335.

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

Color convert

RGB 175 77 193 -
CMYK 0.09 0.60 0 0.24
HSL 290.69º 0.48% 0.53% -
HSV(B) 290.69º 0.6% 0.76% -
XYZ 29.96 18.27 52.4 -
YUV 119.53 169.47 167.57 -
System Red Green Blue C M Y K H S L
Decimal 175 77 193 0.09 0.60 0 0.24 290.69 0.48 0.53
Hex AF 4D C1 9 3C 0 18 123 30 35
Octal 257 115 301 11 74 0 30 443 60 65
Binary 10101111 1001101 11000001 1001 111100 0 11000 100100011 110000 110101

Color Harmonies of #AF4DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4DC1

Black with #AF4DC1

Text Example


Text Example

White with #AF4DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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