Html Css Color HEX #A96CE5 Medium Purple

📋 copy color: '#A96CE5'

red 169 ◦ green 108 ◦ blue 229

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

Shades of Medium Purple #A96CE5

Tints of Medium Purple #A96CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.26%

R = 33.4%
G = 21.34%
B = 45.26%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A96CE5 (or 0xA96CE5) is known color: Medium Purple. HEX triplet: A9, 6C and E5. RGB value is (169,108,229). Sum of RGB (Red+Green+Blue) = 169+108+229=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 229 (89.84% from 255 or 45.26% from 506); Max value from RGB is 229 - color contains mainly: blue. Hex color #A96CE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96CE5 is #56931A. Grayscale: #8B8B8B. Windows color (decimal): -5673755 or 15035561. OLE color: 15035561.

HSL color Cylindrical-coordinate representation of color #A96CE5: hue angle of 270.25º degrees, saturation: 0.7, 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 #A96CE5 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 169 108 229 -
CMYK 0.26 0.53 0 0.10
HSL 270.25º 0.7% 0.66% -
HSV(B) 270.25º 0.53% 0.9% -
XYZ 35.87 24.82 77.03 -
YUV 140.03 178.21 148.66 -
System Red Green Blue C M Y K H S L
Decimal 169 108 229 0.26 0.53 0 0.10 270.25 0.7 0.66
Hex A9 6C E5 1A 35 0 A 10E 46 42
Octal 251 154 345 32 65 0 12 416 106 102
Binary 10101001 1101100 11100101 11010 110101 0 1010 100001110 1000110 1000010

Color Harmonies of #A96CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96CE5

Black with #A96CE5

Text Example


Text Example

White with #A96CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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