Html Css Color HEX #A851FB Medium Orchid

📋 copy color: '#A851FB'

red 168 ◦ green 81 ◦ blue 251

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

Shades of Medium Orchid #A851FB

Tints of Medium Orchid #A851FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.2%

R = 33.6%
G = 16.2%
B = 50.2%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A851FB (or 0xA851FB) is known color: Medium Orchid. HEX triplet: A8, 51 and FB. RGB value is (168,81,251). Sum of RGB (Red+Green+Blue) = 168+81+251=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 81 (32.03% from 255 or 16.2% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #A851FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A851FB is #57AE04. Grayscale: #7D7D7D. Windows color (decimal): -5746181 or 16470440. OLE color: 16470440.

HSL color Cylindrical-coordinate representation of color #A851FB: hue angle of 270.71º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A851FB is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 81 251 -
CMYK 0.33 0.68 0 0.02
HSL 270.71º 0.96% 0.65% -
HSV(B) 270.71º 0.68% 0.98% -
XYZ 36.5 21.17 93.43 -
YUV 126.39 198.32 157.68 -
System Red Green Blue C M Y K H S L
Decimal 168 81 251 0.33 0.68 0 0.02 270.71 0.96 0.65
Hex A8 51 FB 21 44 0 2 10F 60 41
Octal 250 121 373 41 104 0 2 417 140 101
Binary 10101000 1010001 11111011 100001 1000100 0 10 100001111 1100000 1000001

Color Harmonies of #A851FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A851FB

Black with #A851FB

Text Example


Text Example

White with #A851FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A851FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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