Html Css Color HEX #AF53DF Medium Orchid

📋 copy color: '#AF53DF'

red 175 ◦ green 83 ◦ blue 223

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

Shades of Medium Orchid #AF53DF

Tints of Medium Orchid #AF53DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.36%

R = 36.38%
G = 17.26%
B = 46.36%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF53DF (or 0xAF53DF) is known color: Medium Orchid. HEX triplet: AF, 53 and DF. RGB value is (175,83,223). Sum of RGB (Red+Green+Blue) = 175+83+223=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF53DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF53DF is #50AC20. Grayscale: #7E7E7E. Windows color (decimal): -5286945 or 14635951. OLE color: 14635951.

HSL color Cylindrical-coordinate representation of color #AF53DF: hue angle of 279.43º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF53DF is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 83 223 -
CMYK 0.22 0.63 0 0.13
HSL 279.43º 0.69% 0.6% -
HSV(B) 279.43º 0.63% 0.87% -
XYZ 34.09 20.63 72 -
YUV 126.47 182.48 162.62 -
System Red Green Blue C M Y K H S L
Decimal 175 83 223 0.22 0.63 0 0.13 279.43 0.69 0.6
Hex AF 53 DF 16 3F 0 D 117 45 3C
Octal 257 123 337 26 77 0 15 427 105 74
Binary 10101111 1010011 11011111 10110 111111 0 1101 100010111 1000101 111100

Color Harmonies of #AF53DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF53DF

Black with #AF53DF

Text Example


Text Example

White with #AF53DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF53DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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