Html Css Color HEX #A851DA Medium Orchid

📋 copy color: '#A851DA'

red 168 ◦ green 81 ◦ blue 218

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

Shades of Medium Orchid #A851DA

Tints of Medium Orchid #A851DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.68%

R = 35.97%
G = 17.34%
B = 46.68%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A851DA (or 0xA851DA) is known color: Medium Orchid. HEX triplet: A8, 51 and DA. RGB value is (168,81,218). Sum of RGB (Red+Green+Blue) = 168+81+218=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #A851DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A851DA is #57AE25. Grayscale: #7A7A7A. Windows color (decimal): -5746214 or 14307752. OLE color: 14307752.

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

Color convert

RGB 168 81 218 -
CMYK 0.23 0.63 0 0.15
HSL 278.1º 0.65% 0.59% -
HSV(B) 278.1º 0.63% 0.85% -
XYZ 31.75 19.27 68.38 -
YUV 122.63 181.82 160.36 -
System Red Green Blue C M Y K H S L
Decimal 168 81 218 0.23 0.63 0 0.15 278.1 0.65 0.59
Hex A8 51 DA 17 3F 0 F 116 41 3B
Octal 250 121 332 27 77 0 17 426 101 73
Binary 10101000 1010001 11011010 10111 111111 0 1111 100010110 1000001 111011

Color Harmonies of #A851DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A851DA

Black with #A851DA

Text Example


Text Example

White with #A851DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A851DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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