Html Css Color HEX #A851F7 Medium Orchid

📋 copy color: '#A851F7'

red 168 ◦ green 81 ◦ blue 247

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

Shades of Medium Orchid #A851F7

Tints of Medium Orchid #A851F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 49.8%

R = 33.87%
G = 16.33%
B = 49.8%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A851F7 (or 0xA851F7) is known color: Medium Orchid. HEX triplet: A8, 51 and F7. RGB value is (168,81,247). Sum of RGB (Red+Green+Blue) = 168+81+247=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 81 (32.03% from 255 or 16.33% from 496); Blue value is 247 (96.88% from 255 or 49.80% from 496); Max value from RGB is 247 - color contains mainly: blue. Hex color #A851F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A851F7 is #57AE08. Grayscale: #7D7D7D. Windows color (decimal): -5746185 or 16208296. OLE color: 16208296.

HSL color Cylindrical-coordinate representation of color #A851F7: hue angle of 271.45º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A851F7 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 168 81 247 -
CMYK 0.32 0.67 0 0.03
HSL 271.45º 0.91% 0.64% -
HSV(B) 271.45º 0.67% 0.97% -
XYZ 35.88 20.93 90.14 -
YUV 125.94 196.32 158 -
System Red Green Blue C M Y K H S L
Decimal 168 81 247 0.32 0.67 0 0.03 271.45 0.91 0.64
Hex A8 51 F7 20 43 0 3 10F 5B 40
Octal 250 121 367 40 103 0 3 417 133 100
Binary 10101000 1010001 11110111 100000 1000011 0 11 100001111 1011011 1000000

Color Harmonies of #A851F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A851F7

Black with #A851F7

Text Example


Text Example

White with #A851F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A851F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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