Html Css Color HEX #A958F6 Medium Purple

📋 copy color: '#A958F6'

red 169 ◦ green 88 ◦ blue 246

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

Shades of Medium Purple #A958F6

Tints of Medium Purple #A958F6

RGB

 RED value IS 169 (66.41% from 255) = 33.6%

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

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

R = 33.6%
G = 17.5%
B = 48.91%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A958F6 (or 0xA958F6) is known color: Medium Purple. HEX triplet: A9, 58 and F6. RGB value is (169,88,246). Sum of RGB (Red+Green+Blue) = 169+88+246=503 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.60% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 246 (96.48% from 255 or 48.91% from 503); Max value from RGB is 246 - color contains mainly: blue. Hex color #A958F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A958F6 is #56A709. Grayscale: #818181. Windows color (decimal): -5678858 or 16144553. OLE color: 16144553.

HSL color Cylindrical-coordinate representation of color #A958F6: hue angle of 270.76º 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 #A958F6 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 169 88 246 -
CMYK 0.31 0.64 0 0.04
HSL 270.76º 0.9% 0.65% -
HSV(B) 270.76º 0.64% 0.96% -
XYZ 36.49 22.07 89.53 -
YUV 130.23 193.34 155.65 -
System Red Green Blue C M Y K H S L
Decimal 169 88 246 0.31 0.64 0 0.04 270.76 0.9 0.65
Hex A9 58 F6 1F 40 0 4 10F 5A 41
Octal 251 130 366 37 100 0 4 417 132 101
Binary 10101001 1011000 11110110 11111 1000000 0 100 100001111 1011010 1000001

Color Harmonies of #A958F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A958F6

Black with #A958F6

Text Example


Text Example

White with #A958F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A958F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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