Html Css Color HEX #A858F1 Medium Purple

📋 copy color: '#A858F1'

red 168 ◦ green 88 ◦ blue 241

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

Shades of Medium Purple #A858F1

Tints of Medium Purple #A858F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.49%

R = 33.8%
G = 17.71%
B = 48.49%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A858F1 (or 0xA858F1) is known color: Medium Purple. HEX triplet: A8, 58 and F1. RGB value is (168,88,241). Sum of RGB (Red+Green+Blue) = 168+88+241=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 88 (34.77% from 255 or 17.71% from 497); Blue value is 241 (94.53% from 255 or 48.49% from 497); Max value from RGB is 241 - color contains mainly: blue. Hex color #A858F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A858F1 is #57A70E. Grayscale: #808080. Windows color (decimal): -5744399 or 15816872. OLE color: 15816872.

HSL color Cylindrical-coordinate representation of color #A858F1: hue angle of 271.37º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A858F1 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 88 241 -
CMYK 0.30 0.63 0 0.05
HSL 271.37º 0.85% 0.65% -
HSV(B) 271.37º 0.63% 0.95% -
XYZ 35.52 21.66 85.53 -
YUV 129.36 191 155.56 -
System Red Green Blue C M Y K H S L
Decimal 168 88 241 0.30 0.63 0 0.05 271.37 0.85 0.65
Hex A8 58 F1 1E 3F 0 5 10F 55 41
Octal 250 130 361 36 77 0 5 417 125 101
Binary 10101000 1011000 11110001 11110 111111 0 101 100001111 1010101 1000001

Color Harmonies of #A858F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A858F1

Black with #A858F1

Text Example


Text Example

White with #A858F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A858F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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