Html Css Color HEX #AF5DC1 Medium Orchid

📋 copy color: '#AF5DC1'

red 175 ◦ green 93 ◦ blue 193

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

Shades of Medium Orchid #AF5DC1

Tints of Medium Orchid #AF5DC1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.17%

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

R = 37.96%
G = 20.17%
B = 41.87%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF5DC1 (or 0xAF5DC1) is known color: Medium Orchid. HEX triplet: AF, 5D and C1. RGB value is (175,93,193). Sum of RGB (Red+Green+Blue) = 175+93+193=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF5DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5DC1 is #50A23E. Grayscale: #808080. Windows color (decimal): -5284415 or 12672431. OLE color: 12672431.

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

Color convert

RGB 175 93 193 -
CMYK 0.09 0.52 0 0.24
HSL 289.2º 0.45% 0.56% -
HSV(B) 289.2º 0.52% 0.76% -
XYZ 31.22 20.79 52.82 -
YUV 128.92 164.17 160.87 -
System Red Green Blue C M Y K H S L
Decimal 175 93 193 0.09 0.52 0 0.24 289.2 0.45 0.56
Hex AF 5D C1 9 34 0 18 121 2D 38
Octal 257 135 301 11 64 0 30 441 55 70
Binary 10101111 1011101 11000001 1001 110100 0 11000 100100001 101101 111000

Color Harmonies of #AF5DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5DC1

Black with #AF5DC1

Text Example


Text Example

White with #AF5DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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