Html Css Color HEX #A95FFB Medium Purple

📋 copy color: '#A95FFB'

red 169 ◦ green 95 ◦ blue 251

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

Shades of Medium Purple #A95FFB

Tints of Medium Purple #A95FFB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.45%

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

R = 32.82%
G = 18.45%
B = 48.74%

CMYK

 C value IS 0.33

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A95FFB (or 0xA95FFB) is known color: Medium Purple. HEX triplet: A9, 5F and FB. RGB value is (169,95,251). Sum of RGB (Red+Green+Blue) = 169+95+251=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 95 (37.5% from 255 or 18.45% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #A95FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A95FFB is #56A004. Grayscale: #868686. Windows color (decimal): -5677061 or 16474025. OLE color: 16474025.

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

Color convert

RGB 169 95 251 -
CMYK 0.33 0.62 0 0.02
HSL 268.46º 0.95% 0.68% -
HSV(B) 268.46º 0.62% 0.98% -
XYZ 37.87 23.58 93.82 -
YUV 134.91 193.52 152.32 -
System Red Green Blue C M Y K H S L
Decimal 169 95 251 0.33 0.62 0 0.02 268.46 0.95 0.68
Hex A9 5F FB 21 3E 0 2 10C 5F 44
Octal 251 137 373 41 76 0 2 414 137 104
Binary 10101001 1011111 11111011 100001 111110 0 10 100001100 1011111 1000100

Color Harmonies of #A95FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95FFB

Black with #A95FFB

Text Example


Text Example

White with #A95FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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