Html Css Color HEX #A858FB Medium Purple

📋 copy color: '#A858FB'

red 168 ◦ green 88 ◦ blue 251

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

Shades of Medium Purple #A858FB

Tints of Medium Purple #A858FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.51%

R = 33.14%
G = 17.36%
B = 49.51%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A858FB (or 0xA858FB) is known color: Medium Purple. HEX triplet: A8, 58 and FB. RGB value is (168,88,251). Sum of RGB (Red+Green+Blue) = 168+88+251=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 88 (34.77% from 255 or 17.36% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #A858FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A858FB is #57A704. Grayscale: #818181. Windows color (decimal): -5744389 or 16472232. OLE color: 16472232.

HSL color Cylindrical-coordinate representation of color #A858FB: hue angle of 269.45º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A858FB is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 88 251 -
CMYK 0.33 0.65 0 0.02
HSL 269.45º 0.95% 0.66% -
HSV(B) 269.45º 0.65% 0.98% -
XYZ 37.05 22.27 93.61 -
YUV 130.5 196 154.75 -
System Red Green Blue C M Y K H S L
Decimal 168 88 251 0.33 0.65 0 0.02 269.45 0.95 0.66
Hex A8 58 FB 21 41 0 2 10D 5F 42
Octal 250 130 373 41 101 0 2 415 137 102
Binary 10101000 1011000 11111011 100001 1000001 0 10 100001101 1011111 1000010

Color Harmonies of #A858FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A858FB

Black with #A858FB

Text Example


Text Example

White with #A858FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A858FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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