Html Css Color HEX #A96BE4 Medium Purple

📋 copy color: '#A96BE4'

red 169 ◦ green 107 ◦ blue 228

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

Shades of Medium Purple #A96BE4

Tints of Medium Purple #A96BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 45.24%

R = 33.53%
G = 21.23%
B = 45.24%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A96BE4 (or 0xA96BE4) is known color: Medium Purple. HEX triplet: A9, 6B and E4. RGB value is (169,107,228). Sum of RGB (Red+Green+Blue) = 169+107+228=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 228 (89.45% from 255 or 45.24% from 504); Max value from RGB is 228 - color contains mainly: blue. Hex color #A96BE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96BE4 is #56941B. Grayscale: #8A8A8A. Windows color (decimal): -5674012 or 14969769. OLE color: 14969769.

HSL color Cylindrical-coordinate representation of color #A96BE4: hue angle of 270.74º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A96BE4 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 169 107 228 -
CMYK 0.26 0.53 0 0.11
HSL 270.74º 0.69% 0.66% -
HSV(B) 270.74º 0.53% 0.89% -
XYZ 35.62 24.55 76.26 -
YUV 139.33 178.04 149.16 -
System Red Green Blue C M Y K H S L
Decimal 169 107 228 0.26 0.53 0 0.11 270.74 0.69 0.66
Hex A9 6B E4 1A 35 0 B 10F 45 42
Octal 251 153 344 32 65 0 13 417 105 102
Binary 10101001 1101011 11100100 11010 110101 0 1011 100001111 1000101 1000010

Color Harmonies of #A96BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96BE4

Black with #A96BE4

Text Example


Text Example

White with #A96BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96BE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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