Html Css Color HEX #A958FB Medium Purple

📋 copy color: '#A958FB'

red 169 ◦ green 88 ◦ blue 251

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

Shades of Medium Purple #A958FB

Tints of Medium Purple #A958FB

RGB

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

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

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

R = 33.27%
G = 17.32%
B = 49.41%

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

#A958FB (or 0xA958FB) is known color: Medium Purple. HEX triplet: A9, 58 and FB. RGB value is (169,88,251). Sum of RGB (Red+Green+Blue) = 169+88+251=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 88 (34.77% from 255 or 17.32% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #A958FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A958FB is #56A704. Grayscale: #828282. Windows color (decimal): -5678853 or 16472233. OLE color: 16472233.

HSL color Cylindrical-coordinate representation of color #A958FB: hue angle of 269.82º 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 #A958FB is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 169 88 251 -
CMYK 0.33 0.65 0 0.02
HSL 269.82º 0.95% 0.66% -
HSV(B) 269.82º 0.65% 0.98% -
XYZ 37.26 22.38 93.62 -
YUV 130.8 195.84 155.25 -
System Red Green Blue C M Y K H S L
Decimal 169 88 251 0.33 0.65 0 0.02 269.82 0.95 0.66
Hex A9 58 FB 21 41 0 2 10E 5F 42
Octal 251 130 373 41 101 0 2 416 137 102
Binary 10101001 1011000 11111011 100001 1000001 0 10 100001110 1011111 1000010

Color Harmonies of #A958FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A958FB

Black with #A958FB

Text Example


Text Example

White with #A958FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A958FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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