Html Css Color HEX #A95DF1 Medium Purple

📋 copy color: '#A95DF1'

red 169 ◦ green 93 ◦ blue 241

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

Shades of Medium Purple #A95DF1

Tints of Medium Purple #A95DF1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.49%

 BLUE value IS 241 (94.53% from 255) = 47.91%

R = 33.6%
G = 18.49%
B = 47.91%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A95DF1 (or 0xA95DF1) is known color: Medium Purple. HEX triplet: A9, 5D and F1. RGB value is (169,93,241). Sum of RGB (Red+Green+Blue) = 169+93+241=503 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.60% from 503); Green value is 93 (36.72% from 255 or 18.49% from 503); Blue value is 241 (94.53% from 255 or 47.91% from 503); Max value from RGB is 241 - color contains mainly: blue. Hex color #A95DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A95DF1 is #56A20E. Grayscale: #848484. Windows color (decimal): -5677583 or 15818153. OLE color: 15818153.

HSL color Cylindrical-coordinate representation of color #A95DF1: hue angle of 270.81º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A95DF1 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 169 93 241 -
CMYK 0.30 0.61 0 0.05
HSL 270.81º 0.84% 0.65% -
HSV(B) 270.81º 0.61% 0.95% -
XYZ 36.15 22.61 85.68 -
YUV 132.6 189.18 153.97 -
System Red Green Blue C M Y K H S L
Decimal 169 93 241 0.30 0.61 0 0.05 270.81 0.84 0.65
Hex A9 5D F1 1E 3D 0 5 10F 54 41
Octal 251 135 361 36 75 0 5 417 124 101
Binary 10101001 1011101 11110001 11110 111101 0 101 100001111 1010100 1000001

Color Harmonies of #A95DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95DF1

Black with #A95DF1

Text Example


Text Example

White with #A95DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95DF1; }

 p { color: rgb(169,93,241); }

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

background-color css

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

 a { background-color: rgb(169,93,241); }

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

border-color css

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

 span { border-color: rgb(169,93,241); }

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