Html Css Color HEX #AF51DF Medium Orchid

📋 copy color: '#AF51DF'

red 175 ◦ green 81 ◦ blue 223

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

Shades of Medium Orchid #AF51DF

Tints of Medium Orchid #AF51DF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.91%

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

R = 36.53%
G = 16.91%
B = 46.56%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF51DF (or 0xAF51DF) is known color: Medium Orchid. HEX triplet: AF, 51 and DF. RGB value is (175,81,223). Sum of RGB (Red+Green+Blue) = 175+81+223=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 81 (32.03% from 255 or 16.91% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF51DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF51DF is #50AE20. Grayscale: #7C7C7C. Windows color (decimal): -5287457 or 14635439. OLE color: 14635439.

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

Color convert

RGB 175 81 223 -
CMYK 0.22 0.64 0 0.13
HSL 279.72º 0.69% 0.6% -
HSV(B) 279.72º 0.64% 0.87% -
XYZ 33.94 20.33 71.95 -
YUV 125.29 183.14 163.45 -
System Red Green Blue C M Y K H S L
Decimal 175 81 223 0.22 0.64 0 0.13 279.72 0.69 0.6
Hex AF 51 DF 16 40 0 D 118 45 3C
Octal 257 121 337 26 100 0 15 430 105 74
Binary 10101111 1010001 11011111 10110 1000000 0 1101 100011000 1000101 111100

Color Harmonies of #AF51DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF51DF

Black with #AF51DF

Text Example


Text Example

White with #AF51DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF51DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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