Html Css Color HEX #A96FE7 Medium Purple

📋 copy color: '#A96FE7'

red 169 ◦ green 111 ◦ blue 231

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

Shades of Medium Purple #A96FE7

Tints of Medium Purple #A96FE7

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.72%

 BLUE value IS 231 (90.63% from 255) = 45.21%

R = 33.07%
G = 21.72%
B = 45.21%

CMYK

 C value IS 0.27

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A96FE7 (or 0xA96FE7) is known color: Medium Purple. HEX triplet: A9, 6F and E7. RGB value is (169,111,231). Sum of RGB (Red+Green+Blue) = 169+111+231=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 111 (43.75% from 255 or 21.72% from 511); Blue value is 231 (90.62% from 255 or 45.21% from 511); Max value from RGB is 231 - color contains mainly: blue. Hex color #A96FE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96FE7 is #569018. Grayscale: #8D8D8D. Windows color (decimal): -5672985 or 15167401. OLE color: 15167401.

HSL color Cylindrical-coordinate representation of color #A96FE7: hue angle of 269º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A96FE7 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 169 111 231 -
CMYK 0.27 0.52 0 0.09
HSL 269º 0.71% 0.67% -
HSV(B) 269º 0.52% 0.91% -
XYZ 36.47 25.57 78.62 -
YUV 142.02 178.22 147.24 -
System Red Green Blue C M Y K H S L
Decimal 169 111 231 0.27 0.52 0 0.09 269 0.71 0.67
Hex A9 6F E7 1B 34 0 9 10D 47 43
Octal 251 157 347 33 64 0 11 415 107 103
Binary 10101001 1101111 11100111 11011 110100 0 1001 100001101 1000111 1000011

Color Harmonies of #A96FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96FE7

Black with #A96FE7

Text Example


Text Example

White with #A96FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96FE7; }

 p { color: rgb(169,111,231); }

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

background-color css

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

 a { background-color: rgb(169,111,231); }

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

border-color css

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

 span { border-color: rgb(169,111,231); }

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