Html Css Color HEX #A858F6 Medium Purple

📋 copy color: '#A858F6'

red 168 ◦ green 88 ◦ blue 246

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

Shades of Medium Purple #A858F6

Tints of Medium Purple #A858F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49%

R = 33.47%
G = 17.53%
B = 49%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A858F6 (or 0xA858F6) is known color: Medium Purple. HEX triplet: A8, 58 and F6. RGB value is (168,88,246). Sum of RGB (Red+Green+Blue) = 168+88+246=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 88 (34.77% from 255 or 17.53% from 502); Blue value is 246 (96.48% from 255 or 49.00% from 502); Max value from RGB is 246 - color contains mainly: blue. Hex color #A858F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A858F6 is #57A709. Grayscale: #818181. Windows color (decimal): -5744394 or 16144552. OLE color: 16144552.

HSL color Cylindrical-coordinate representation of color #A858F6: hue angle of 270.38º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A858F6 is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 88 246 -
CMYK 0.32 0.64 0 0.04
HSL 270.38º 0.9% 0.65% -
HSV(B) 270.38º 0.64% 0.96% -
XYZ 36.27 21.96 89.52 -
YUV 129.93 193.5 155.15 -
System Red Green Blue C M Y K H S L
Decimal 168 88 246 0.32 0.64 0 0.04 270.38 0.9 0.65
Hex A8 58 F6 20 40 0 4 10E 5A 41
Octal 250 130 366 40 100 0 4 416 132 101
Binary 10101000 1011000 11110110 100000 1000000 0 100 100001110 1011010 1000001

Color Harmonies of #A858F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A858F6

Black with #A858F6

Text Example


Text Example

White with #A858F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A858F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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