Html Css Color HEX #A96FFB Medium Purple

📋 copy color: '#A96FFB'

red 169 ◦ green 111 ◦ blue 251

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

Shades of Medium Purple #A96FFB

Tints of Medium Purple #A96FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.27%

R = 31.83%
G = 20.9%
B = 47.27%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A96FFB (or 0xA96FFB) is known color: Medium Purple. HEX triplet: A9, 6F and FB. RGB value is (169,111,251). Sum of RGB (Red+Green+Blue) = 169+111+251=531 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.83% from 531); Green value is 111 (43.75% from 255 or 20.90% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #A96FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96FFB is #569004. Grayscale: #8F8F8F. Windows color (decimal): -5672965 or 16478121. OLE color: 16478121.

HSL color Cylindrical-coordinate representation of color #A96FFB: hue angle of 264.86º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A96FFB is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 169 111 251 -
CMYK 0.33 0.56 0 0.02
HSL 264.86º 0.95% 0.71% -
HSV(B) 264.86º 0.56% 0.98% -
XYZ 39.46 26.77 94.35 -
YUV 144.3 188.22 145.62 -
System Red Green Blue C M Y K H S L
Decimal 169 111 251 0.33 0.56 0 0.02 264.86 0.95 0.71
Hex A9 6F FB 21 38 0 2 109 5F 47
Octal 251 157 373 41 70 0 2 411 137 107
Binary 10101001 1101111 11111011 100001 111000 0 10 100001001 1011111 1000111

Color Harmonies of #A96FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96FFB

Black with #A96FFB

Text Example


Text Example

White with #A96FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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