Html Css Color HEX #A95AF0 Medium Purple

📋 copy color: '#A95AF0'

red 169 ◦ green 90 ◦ blue 240

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

Shades of Medium Purple #A95AF0

Tints of Medium Purple #A95AF0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.04%

 BLUE value IS 240 (94.14% from 255) = 48.1%

R = 33.87%
G = 18.04%
B = 48.1%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A95AF0 (or 0xA95AF0) is known color: Medium Purple. HEX triplet: A9, 5A and F0. RGB value is (169,90,240). Sum of RGB (Red+Green+Blue) = 169+90+240=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 90 (35.55% from 255 or 18.04% from 499); Blue value is 240 (94.14% from 255 or 48.10% from 499); Max value from RGB is 240 - color contains mainly: blue. Hex color #A95AF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A95AF0 is #56A50F. Grayscale: #828282. Windows color (decimal): -5678352 or 15751849. OLE color: 15751849.

HSL color Cylindrical-coordinate representation of color #A95AF0: hue angle of 271.6º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A95AF0 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 169 90 240 -
CMYK 0.30 0.62 0 0.06
HSL 271.6º 0.83% 0.65% -
HSV(B) 271.6º 0.63% 0.94% -
XYZ 35.75 22.04 84.81 -
YUV 130.72 189.67 155.3 -
System Red Green Blue C M Y K H S L
Decimal 169 90 240 0.30 0.62 0 0.06 271.6 0.83 0.65
Hex A9 5A F0 1E 3E 0 6 110 53 41
Octal 251 132 360 36 76 0 6 420 123 101
Binary 10101001 1011010 11110000 11110 111110 0 110 100010000 1010011 1000001

Color Harmonies of #A95AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95AF0

Black with #A95AF0

Text Example


Text Example

White with #A95AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95AF0; }

 p { color: rgb(169,90,240); }

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

background-color css

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

 a { background-color: rgb(169,90,240); }

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

border-color css

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

 span { border-color: rgb(169,90,240); }

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