Html Css Color HEX #A96CFB Medium Purple

📋 copy color: '#A96CFB'

red 169 ◦ green 108 ◦ blue 251

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

Shades of Medium Purple #A96CFB

Tints of Medium Purple #A96CFB

RGB

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

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

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

R = 32.01%
G = 20.45%
B = 47.54%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A96CFB (or 0xA96CFB) is known color: Medium Purple. HEX triplet: A9, 6C and FB. RGB value is (169,108,251). Sum of RGB (Red+Green+Blue) = 169+108+251=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 108 (42.58% from 255 or 20.45% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #A96CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96CFB is #569304. Grayscale: #8E8E8E. Windows color (decimal): -5673733 or 16477353. OLE color: 16477353.

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

Color convert

RGB 169 108 251 -
CMYK 0.33 0.57 0 0.02
HSL 265.59º 0.95% 0.7% -
HSV(B) 265.59º 0.57% 0.98% -
XYZ 39.14 26.13 94.25 -
YUV 142.54 189.21 146.87 -
System Red Green Blue C M Y K H S L
Decimal 169 108 251 0.33 0.57 0 0.02 265.59 0.95 0.7
Hex A9 6C FB 21 39 0 2 10A 5F 46
Octal 251 154 373 41 71 0 2 412 137 106
Binary 10101001 1101100 11111011 100001 111001 0 10 100001010 1011111 1000110

Color Harmonies of #A96CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96CFB

Black with #A96CFB

Text Example


Text Example

White with #A96CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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