Html Css Color HEX #AF51DE Medium Orchid

📋 copy color: '#AF51DE'

red 175 ◦ green 81 ◦ blue 222

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

Shades of Medium Orchid #AF51DE

Tints of Medium Orchid #AF51DE

RGB

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

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

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

R = 36.61%
G = 16.95%
B = 46.44%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF51DE (or 0xAF51DE) is known color: Medium Orchid. HEX triplet: AF, 51 and DE. RGB value is (175,81,222). Sum of RGB (Red+Green+Blue) = 175+81+222=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 81 (32.03% from 255 or 16.95% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF51DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF51DE is #50AE21. Grayscale: #7C7C7C. Windows color (decimal): -5287458 or 14569903. OLE color: 14569903.

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

Color convert

RGB 175 81 222 -
CMYK 0.21 0.64 0 0.13
HSL 280º 0.68% 0.59% -
HSV(B) 280º 0.64% 0.87% -
XYZ 33.81 20.27 71.24 -
YUV 125.18 182.64 163.54 -
System Red Green Blue C M Y K H S L
Decimal 175 81 222 0.21 0.64 0 0.13 280 0.68 0.59
Hex AF 51 DE 15 40 0 D 118 44 3B
Octal 257 121 336 25 100 0 15 430 104 73
Binary 10101111 1010001 11011110 10101 1000000 0 1101 100011000 1000100 111011

Color Harmonies of #AF51DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF51DE

Black with #AF51DE

Text Example


Text Example

White with #AF51DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF51DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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