Html Css Color HEX #A95BF6 Medium Purple

📋 copy color: '#A95BF6'

red 169 ◦ green 91 ◦ blue 246

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

Shades of Medium Purple #A95BF6

Tints of Medium Purple #A95BF6

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.98%

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

R = 33.4%
G = 17.98%
B = 48.62%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A95BF6 (or 0xA95BF6) is known color: Medium Purple. HEX triplet: A9, 5B and F6. RGB value is (169,91,246). Sum of RGB (Red+Green+Blue) = 169+91+246=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 91 (35.94% from 255 or 17.98% from 506); Blue value is 246 (96.48% from 255 or 48.62% from 506); Max value from RGB is 246 - color contains mainly: blue. Hex color #A95BF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A95BF6 is #56A409. Grayscale: #838383. Windows color (decimal): -5678090 or 16145321. OLE color: 16145321.

HSL color Cylindrical-coordinate representation of color #A95BF6: hue angle of 270.19º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A95BF6 is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 169 91 246 -
CMYK 0.31 0.63 0 0.04
HSL 270.19º 0.9% 0.66% -
HSV(B) 270.19º 0.63% 0.96% -
XYZ 36.74 22.57 89.61 -
YUV 131.99 192.34 154.4 -
System Red Green Blue C M Y K H S L
Decimal 169 91 246 0.31 0.63 0 0.04 270.19 0.9 0.66
Hex A9 5B F6 1F 3F 0 4 10E 5A 42
Octal 251 133 366 37 77 0 4 416 132 102
Binary 10101001 1011011 11110110 11111 111111 0 100 100001110 1011010 1000010

Color Harmonies of #A95BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95BF6

Black with #A95BF6

Text Example


Text Example

White with #A95BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95BF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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