Html Css Color HEX #A96BFE Medium Purple

📋 copy color: '#A96BFE'

red 169 ◦ green 107 ◦ blue 254

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

Shades of Medium Purple #A96BFE

Tints of Medium Purple #A96BFE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.19%

 BLUE value IS 254 (99.61% from 255) = 47.92%

R = 31.89%
G = 20.19%
B = 47.92%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A96BFE (or 0xA96BFE) is known color: Medium Purple. HEX triplet: A9, 6B and FE. RGB value is (169,107,254). Sum of RGB (Red+Green+Blue) = 169+107+254=530 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.89% from 530); Green value is 107 (42.19% from 255 or 20.19% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #A96BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96BFE is #569401. Grayscale: #8D8D8D. Windows color (decimal): -5673986 or 16673705. OLE color: 16673705.

HSL color Cylindrical-coordinate representation of color #A96BFE: hue angle of 265.31º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A96BFE is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 169 107 254 -
CMYK 0.33 0.58 0 0.00
HSL 265.31º 0.99% 0.71% -
HSV(B) 265.31º 0.58% 1% -
XYZ 39.51 26.11 96.72 -
YUV 142.3 191.04 147.05 -
System Red Green Blue C M Y K H S L
Decimal 169 107 254 0.33 0.58 0 0.00 265.31 0.99 0.71
Hex A9 6B FE 21 3A 0 0 109 63 47
Octal 251 153 376 41 72 0 0 411 143 107
Binary 10101001 1101011 11111110 100001 111010 0 0 100001001 1100011 1000111

Color Harmonies of #A96BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96BFE

Black with #A96BFE

Text Example


Text Example

White with #A96BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96BFE; }

 p { color: rgb(169,107,254); }

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

background-color css

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

 a { background-color: rgb(169,107,254); }

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

border-color css

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

 span { border-color: rgb(169,107,254); }

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