Html Css Color HEX #A855FE Medium Purple

📋 copy color: '#A855FE'

red 168 ◦ green 85 ◦ blue 254

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

Shades of Medium Purple #A855FE

Tints of Medium Purple #A855FE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.77%

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

R = 33.14%
G = 16.77%
B = 50.1%

CMYK

 C value IS 0.34

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A855FE (or 0xA855FE) is known color: Medium Purple. HEX triplet: A8, 55 and FE. RGB value is (168,85,254). Sum of RGB (Red+Green+Blue) = 168+85+254=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 85 (33.59% from 255 or 16.77% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #A855FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A855FE is #57AA01. Grayscale: #808080. Windows color (decimal): -5745154 or 16668072. OLE color: 16668072.

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

Color convert

RGB 168 85 254 -
CMYK 0.34 0.67 0 0.00
HSL 269.47º 0.99% 0.66% -
HSV(B) 269.47º 0.67% 1% -
XYZ 37.29 21.98 96.04 -
YUV 129.08 198.5 155.76 -
System Red Green Blue C M Y K H S L
Decimal 168 85 254 0.34 0.67 0 0.00 269.47 0.99 0.66
Hex A8 55 FE 22 43 0 0 10D 63 42
Octal 250 125 376 42 103 0 0 415 143 102
Binary 10101000 1010101 11111110 100010 1000011 0 0 100001101 1100011 1000010

Color Harmonies of #A855FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A855FE

Black with #A855FE

Text Example


Text Example

White with #A855FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A855FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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