Html Css Color HEX #A855FF Medium Purple

📋 copy color: '#A855FF'

red 168 ◦ green 85 ◦ blue 255

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

Shades of Medium Purple #A855FF

Tints of Medium Purple #A855FF

RGB

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

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

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

R = 33.07%
G = 16.73%
B = 50.2%

CMYK

 C value IS 0.34

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A855FF (or 0xA855FF) is known color: Medium Purple. HEX triplet: A8, 55 and FF. RGB value is (168,85,255). Sum of RGB (Red+Green+Blue) = 168+85+255=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 85 (33.59% from 255 or 16.73% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #A855FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A855FF is #57AA00. Grayscale: #808080. Windows color (decimal): -5745153 or 16733608. OLE color: 16733608.

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

Color convert

RGB 168 85 255 -
CMYK 0.34 0.67 0 0
HSL 269.29º 1% 0.67% -
HSV(B) 269.29º 0.67% 1% -
XYZ 37.45 22.04 96.89 -
YUV 129.2 199 155.68 -
System Red Green Blue C M Y K H S L
Decimal 168 85 255 0.34 0.67 0 0 269.29 1 0.67
Hex A8 55 FF 22 43 0 0 10D 64 43
Octal 250 125 377 42 103 0 0 415 144 103
Binary 10101000 1010101 11111111 100010 1000011 0 0 100001101 1100100 1000011

Color Harmonies of #A855FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A855FF

Black with #A855FF

Text Example


Text Example

White with #A855FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A855FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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