Html Css Color HEX #A858FF Medium Purple

📋 copy color: '#A858FF'

red 168 ◦ green 88 ◦ blue 255

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

Shades of Medium Purple #A858FF

Tints of Medium Purple #A858FF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.22%

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

R = 32.88%
G = 17.22%
B = 49.9%

CMYK

 C value IS 0.34

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A858FF (or 0xA858FF) is known color: Medium Purple. HEX triplet: A8, 58 and FF. RGB value is (168,88,255). Sum of RGB (Red+Green+Blue) = 168+88+255=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 88 (34.77% from 255 or 17.22% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #A858FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A858FF is #57A700. Grayscale: #828282. Windows color (decimal): -5744385 or 16734376. OLE color: 16734376.

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

Color convert

RGB 168 88 255 -
CMYK 0.34 0.65 0 0
HSL 268.74º 1% 0.67% -
HSV(B) 268.74º 0.65% 1% -
XYZ 37.69 22.52 96.97 -
YUV 130.96 198 154.42 -
System Red Green Blue C M Y K H S L
Decimal 168 88 255 0.34 0.65 0 0 268.74 1 0.67
Hex A8 58 FF 22 41 0 0 10D 64 43
Octal 250 130 377 42 101 0 0 415 144 103
Binary 10101000 1011000 11111111 100010 1000001 0 0 100001101 1100100 1000011

Color Harmonies of #A858FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A858FF

Black with #A858FF

Text Example


Text Example

White with #A858FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A858FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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