Html Css Color HEX #A96EFB Medium Purple

📋 copy color: '#A96EFB'

red 169 ◦ green 110 ◦ blue 251

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

Shades of Medium Purple #A96EFB

Tints of Medium Purple #A96EFB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.75%

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

R = 31.89%
G = 20.75%
B = 47.36%

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

#A96EFB (or 0xA96EFB) is known color: Medium Purple. HEX triplet: A9, 6E and FB. RGB value is (169,110,251). Sum of RGB (Red+Green+Blue) = 169+110+251=530 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.89% from 530); Green value is 110 (43.36% from 255 or 20.75% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #A96EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96EFB is #569104. Grayscale: #8F8F8F. Windows color (decimal): -5673221 or 16477865. OLE color: 16477865.

HSL color Cylindrical-coordinate representation of color #A96EFB: hue angle of 265.11º 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 #A96EFB is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 169 110 251 -
CMYK 0.33 0.56 0 0.02
HSL 265.11º 0.95% 0.71% -
HSV(B) 265.11º 0.56% 0.98% -
XYZ 39.35 26.55 94.32 -
YUV 143.72 188.55 146.04 -
System Red Green Blue C M Y K H S L
Decimal 169 110 251 0.33 0.56 0 0.02 265.11 0.95 0.71
Hex A9 6E FB 21 38 0 2 109 5F 47
Octal 251 156 373 41 70 0 2 411 137 107
Binary 10101001 1101110 11111011 100001 111000 0 10 100001001 1011111 1000111

Color Harmonies of #A96EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96EFB

Black with #A96EFB

Text Example


Text Example

White with #A96EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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