Html Css Color HEX #A96BED Medium Purple

📋 copy color: '#A96BED'

red 169 ◦ green 107 ◦ blue 237

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

Shades of Medium Purple #A96BED

Tints of Medium Purple #A96BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.2%

R = 32.94%
G = 20.86%
B = 46.2%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A96BED (or 0xA96BED) is known color: Medium Purple. HEX triplet: A9, 6B and ED. RGB value is (169,107,237). Sum of RGB (Red+Green+Blue) = 169+107+237=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 107 (42.19% from 255 or 20.86% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #A96BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96BED is #569412. Grayscale: #8B8B8B. Windows color (decimal): -5674003 or 15559593. OLE color: 15559593.

HSL color Cylindrical-coordinate representation of color #A96BED: hue angle of 268.62º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A96BED is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 107 237 -
CMYK 0.29 0.55 0 0.07
HSL 268.62º 0.78% 0.67% -
HSV(B) 268.62º 0.55% 0.93% -
XYZ 36.91 25.06 83.01 -
YUV 140.36 182.54 148.43 -
System Red Green Blue C M Y K H S L
Decimal 169 107 237 0.29 0.55 0 0.07 268.62 0.78 0.67
Hex A9 6B ED 1D 37 0 7 10D 4E 43
Octal 251 153 355 35 67 0 7 415 116 103
Binary 10101001 1101011 11101101 11101 110111 0 111 100001101 1001110 1000011

Color Harmonies of #A96BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96BED

Black with #A96BED

Text Example


Text Example

White with #A96BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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