Html Css Color HEX #AF55DF Medium Orchid

📋 copy color: '#AF55DF'

red 175 ◦ green 85 ◦ blue 223

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

Shades of Medium Orchid #AF55DF

Tints of Medium Orchid #AF55DF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.6%

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

R = 36.23%
G = 17.6%
B = 46.17%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF55DF (or 0xAF55DF) is known color: Medium Orchid. HEX triplet: AF, 55 and DF. RGB value is (175,85,223). Sum of RGB (Red+Green+Blue) = 175+85+223=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF55DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF55DF is #50AA20. Grayscale: #7F7F7F. Windows color (decimal): -5286433 or 14636463. OLE color: 14636463.

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

Color convert

RGB 175 85 223 -
CMYK 0.22 0.62 0 0.13
HSL 279.13º 0.68% 0.6% -
HSV(B) 279.13º 0.62% 0.87% -
XYZ 34.25 20.94 72.05 -
YUV 127.64 181.82 161.78 -
System Red Green Blue C M Y K H S L
Decimal 175 85 223 0.22 0.62 0 0.13 279.13 0.68 0.6
Hex AF 55 DF 16 3E 0 D 117 44 3C
Octal 257 125 337 26 76 0 15 427 104 74
Binary 10101111 1010101 11011111 10110 111110 0 1101 100010111 1000100 111100

Color Harmonies of #AF55DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF55DF

Black with #AF55DF

Text Example


Text Example

White with #AF55DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF55DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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