Html Css Color HEX #AF53DE Medium Orchid

📋 copy color: '#AF53DE'

red 175 ◦ green 83 ◦ blue 222

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

Shades of Medium Orchid #AF53DE

Tints of Medium Orchid #AF53DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.25%

R = 36.46%
G = 17.29%
B = 46.25%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF53DE (or 0xAF53DE) is known color: Medium Orchid. HEX triplet: AF, 53 and DE. RGB value is (175,83,222). Sum of RGB (Red+Green+Blue) = 175+83+222=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 83 (32.81% from 255 or 17.29% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF53DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF53DE is #50AC21. Grayscale: #7D7D7D. Windows color (decimal): -5286946 or 14570415. OLE color: 14570415.

HSL color Cylindrical-coordinate representation of color #AF53DE: hue angle of 279.71º degrees, saturation: 0.68, 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 #AF53DE is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 83 222 -
CMYK 0.21 0.63 0 0.13
HSL 279.71º 0.68% 0.6% -
HSV(B) 279.71º 0.63% 0.87% -
XYZ 33.96 20.57 71.29 -
YUV 126.35 181.98 162.7 -
System Red Green Blue C M Y K H S L
Decimal 175 83 222 0.21 0.63 0 0.13 279.71 0.68 0.6
Hex AF 53 DE 15 3F 0 D 118 44 3C
Octal 257 123 336 25 77 0 15 430 104 74
Binary 10101111 1010011 11011110 10101 111111 0 1101 100011000 1000100 111100

Color Harmonies of #AF53DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF53DE

Black with #AF53DE

Text Example


Text Example

White with #AF53DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF53DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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