Html Css Color HEX #A851D8 Medium Orchid

📋 copy color: '#A851D8'

red 168 ◦ green 81 ◦ blue 216

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

Shades of Medium Orchid #A851D8

Tints of Medium Orchid #A851D8

RGB

 RED value IS 168 (66.02% from 255) = 36.13%

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

 BLUE value IS 216 (84.77% from 255) = 46.45%

R = 36.13%
G = 17.42%
B = 46.45%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A851D8 (or 0xA851D8) is known color: Medium Orchid. HEX triplet: A8, 51 and D8. RGB value is (168,81,216). Sum of RGB (Red+Green+Blue) = 168+81+216=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 216 (84.77% from 255 or 46.45% from 465); Max value from RGB is 216 - color contains mainly: blue. Hex color #A851D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A851D8 is #57AE27. Grayscale: #797979. Windows color (decimal): -5746216 or 14176680. OLE color: 14176680.

HSL color Cylindrical-coordinate representation of color #A851D8: hue angle of 278.67º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A851D8 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 81 216 -
CMYK 0.22 0.62 0 0.15
HSL 278.67º 0.63% 0.58% -
HSV(B) 278.67º 0.63% 0.85% -
XYZ 31.49 19.17 67.01 -
YUV 122.4 180.82 160.52 -
System Red Green Blue C M Y K H S L
Decimal 168 81 216 0.22 0.62 0 0.15 278.67 0.63 0.58
Hex A8 51 D8 16 3E 0 F 117 3F 3A
Octal 250 121 330 26 76 0 17 427 77 72
Binary 10101000 1010001 11011000 10110 111110 0 1111 100010111 111111 111010

Color Harmonies of #A851D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A851D8

Black with #A851D8

Text Example


Text Example

White with #A851D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A851D8; }

 p { color: rgb(168,81,216); }

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

background-color css

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

 a { background-color: rgb(168,81,216); }

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

border-color css

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

 span { border-color: rgb(168,81,216); }

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