Html Css Color HEX #A96CE6 Medium Purple

📋 copy color: '#A96CE6'

red 169 ◦ green 108 ◦ blue 230

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

Shades of Medium Purple #A96CE6

Tints of Medium Purple #A96CE6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.3%

 BLUE value IS 230 (90.23% from 255) = 45.36%

R = 33.33%
G = 21.3%
B = 45.36%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A96CE6 (or 0xA96CE6) is known color: Medium Purple. HEX triplet: A9, 6C and E6. RGB value is (169,108,230). Sum of RGB (Red+Green+Blue) = 169+108+230=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 230 - color contains mainly: blue. Hex color #A96CE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96CE6 is #569319. Grayscale: #8B8B8B. Windows color (decimal): -5673754 or 15101097. OLE color: 15101097.

HSL color Cylindrical-coordinate representation of color #A96CE6: hue angle of 270º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A96CE6 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 169 108 230 -
CMYK 0.27 0.53 0 0.10
HSL 270º 0.71% 0.66% -
HSV(B) 270º 0.53% 0.9% -
XYZ 36.01 24.87 77.77 -
YUV 140.15 178.71 148.58 -
System Red Green Blue C M Y K H S L
Decimal 169 108 230 0.27 0.53 0 0.10 270 0.71 0.66
Hex A9 6C E6 1B 35 0 A 10E 47 42
Octal 251 154 346 33 65 0 12 416 107 102
Binary 10101001 1101100 11100110 11011 110101 0 1010 100001110 1000111 1000010

Color Harmonies of #A96CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96CE6

Black with #A96CE6

Text Example


Text Example

White with #A96CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96CE6; }

 p { color: rgb(169,108,230); }

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

background-color css

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

 a { background-color: rgb(169,108,230); }

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

border-color css

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

 span { border-color: rgb(169,108,230); }

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