Html Css Color HEX #A851FF Medium Purple

📋 copy color: '#A851FF'

red 168 ◦ green 81 ◦ blue 255

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

Shades of Medium Purple #A851FF

Tints of Medium Purple #A851FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.6%

R = 33.33%
G = 16.07%
B = 50.6%

CMYK

 C value IS 0.34

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A851FF (or 0xA851FF) is known color: Medium Purple. HEX triplet: A8, 51 and FF. RGB value is (168,81,255). Sum of RGB (Red+Green+Blue) = 168+81+255=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 81 (32.03% from 255 or 16.07% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #A851FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A851FF is #57AE00. Grayscale: #7E7E7E. Windows color (decimal): -5746177 or 16732584. OLE color: 16732584.

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

Color convert

RGB 168 81 255 -
CMYK 0.34 0.68 0 0
HSL 270º 1% 0.66% -
HSV(B) 270º 0.68% 1% -
XYZ 37.14 21.43 96.79 -
YUV 126.85 200.32 157.35 -
System Red Green Blue C M Y K H S L
Decimal 168 81 255 0.34 0.68 0 0 270 1 0.66
Hex A8 51 FF 22 44 0 0 10E 64 42
Octal 250 121 377 42 104 0 0 416 144 102
Binary 10101000 1010001 11111111 100010 1000100 0 0 100001110 1100100 1000010

Color Harmonies of #A851FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A851FF

Black with #A851FF

Text Example


Text Example

White with #A851FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A851FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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