Html Css Color HEX #A851F9 Medium Orchid

📋 copy color: '#A851F9'

red 168 ◦ green 81 ◦ blue 249

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

Shades of Medium Orchid #A851F9

Tints of Medium Orchid #A851F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50%

R = 33.73%
G = 16.27%
B = 50%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A851F9 (or 0xA851F9) is known color: Medium Orchid. HEX triplet: A8, 51 and F9. RGB value is (168,81,249). Sum of RGB (Red+Green+Blue) = 168+81+249=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 81 (32.03% from 255 or 16.27% from 498); Blue value is 249 (97.66% from 255 or 50% from 498); Max value from RGB is 249 - color contains mainly: blue. Hex color #A851F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A851F9 is #57AE06. Grayscale: #7D7D7D. Windows color (decimal): -5746183 or 16339368. OLE color: 16339368.

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

Color convert

RGB 168 81 249 -
CMYK 0.33 0.67 0 0.02
HSL 271.07º 0.93% 0.65% -
HSV(B) 271.07º 0.67% 0.98% -
XYZ 36.19 21.05 91.78 -
YUV 126.17 197.32 157.84 -
System Red Green Blue C M Y K H S L
Decimal 168 81 249 0.33 0.67 0 0.02 271.07 0.93 0.65
Hex A8 51 F9 21 43 0 2 10F 5D 41
Octal 250 121 371 41 103 0 2 417 135 101
Binary 10101000 1010001 11111001 100001 1000011 0 10 100001111 1011101 1000001

Color Harmonies of #A851F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A851F9

Black with #A851F9

Text Example


Text Example

White with #A851F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A851F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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