Html Css Color HEX #AF53D1 Medium Orchid

📋 copy color: '#AF53D1'

red 175 ◦ green 83 ◦ blue 209

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

Shades of Medium Orchid #AF53D1

Tints of Medium Orchid #AF53D1

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.77%

 BLUE value IS 209 (82.03% from 255) = 44.75%

R = 37.47%
G = 17.77%
B = 44.75%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF53D1 (or 0xAF53D1) is known color: Medium Orchid. HEX triplet: AF, 53 and D1. RGB value is (175,83,209). Sum of RGB (Red+Green+Blue) = 175+83+209=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 83 (32.81% from 255 or 17.77% from 467); Blue value is 209 (82.03% from 255 or 44.75% from 467); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF53D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF53D1 is #50AC2E. Grayscale: #7C7C7C. Windows color (decimal): -5286959 or 13718447. OLE color: 13718447.

HSL color Cylindrical-coordinate representation of color #AF53D1: hue angle of 283.81º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF53D1 is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 83 209 -
CMYK 0.16 0.60 0 0.18
HSL 283.81º 0.58% 0.57% -
HSV(B) 283.81º 0.6% 0.82% -
XYZ 32.28 19.9 62.46 -
YUV 124.87 175.48 163.75 -
System Red Green Blue C M Y K H S L
Decimal 175 83 209 0.16 0.60 0 0.18 283.81 0.58 0.57
Hex AF 53 D1 10 3C 0 12 11C 3A 39
Octal 257 123 321 20 74 0 22 434 72 71
Binary 10101111 1010011 11010001 10000 111100 0 10010 100011100 111010 111001

Color Harmonies of #AF53D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF53D1

Black with #AF53D1

Text Example


Text Example

White with #AF53D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF53D1; }

 p { color: rgb(175,83,209); }

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

background-color css

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

 a { background-color: rgb(175,83,209); }

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

border-color css

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

 span { border-color: rgb(175,83,209); }

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