Html Css Color HEX #A851FE Medium Orchid

📋 copy color: '#A851FE'

red 168 ◦ green 81 ◦ blue 254

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

Shades of Medium Orchid #A851FE

Tints of Medium Orchid #A851FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.5%

R = 33.4%
G = 16.1%
B = 50.5%

CMYK

 C value IS 0.34

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A851FE (or 0xA851FE) is known color: Medium Orchid. HEX triplet: A8, 51 and FE. RGB value is (168,81,254). Sum of RGB (Red+Green+Blue) = 168+81+254=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 81 (32.03% from 255 or 16.10% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #A851FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A851FE is #57AE01. Grayscale: #7E7E7E. Windows color (decimal): -5746178 or 16667048. OLE color: 16667048.

HSL color Cylindrical-coordinate representation of color #A851FE: hue angle of 270.17º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A851FE is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 168 81 254 -
CMYK 0.34 0.68 0 0.00
HSL 270.17º 0.99% 0.66% -
HSV(B) 270.17º 0.68% 1% -
XYZ 36.98 21.37 95.94 -
YUV 126.74 199.82 157.43 -
System Red Green Blue C M Y K H S L
Decimal 168 81 254 0.34 0.68 0 0.00 270.17 0.99 0.66
Hex A8 51 FE 22 44 0 0 10E 63 42
Octal 250 121 376 42 104 0 0 416 143 102
Binary 10101000 1010001 11111110 100010 1000100 0 0 100001110 1100011 1000010

Color Harmonies of #A851FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A851FE

Black with #A851FE

Text Example


Text Example

White with #A851FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A851FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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