Html Css Color HEX #A96FED Medium Purple

📋 copy color: '#A96FED'

red 169 ◦ green 111 ◦ blue 237

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

Shades of Medium Purple #A96FED

Tints of Medium Purple #A96FED

RGB

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

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

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

R = 32.69%
G = 21.47%
B = 45.84%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A96FED (or 0xA96FED) is known color: Medium Purple. HEX triplet: A9, 6F and ED. RGB value is (169,111,237). Sum of RGB (Red+Green+Blue) = 169+111+237=517 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.69% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #A96FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96FED is #569012. Grayscale: #8E8E8E. Windows color (decimal): -5672979 or 15560617. OLE color: 15560617.

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

Color convert

RGB 169 111 237 -
CMYK 0.29 0.53 0 0.07
HSL 267.62º 0.78% 0.68% -
HSV(B) 267.62º 0.53% 0.93% -
XYZ 37.33 25.92 83.16 -
YUV 142.71 181.22 146.75 -
System Red Green Blue C M Y K H S L
Decimal 169 111 237 0.29 0.53 0 0.07 267.62 0.78 0.68
Hex A9 6F ED 1D 35 0 7 10C 4E 44
Octal 251 157 355 35 65 0 7 414 116 104
Binary 10101001 1101111 11101101 11101 110101 0 111 100001100 1001110 1000100

Color Harmonies of #A96FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96FED

Black with #A96FED

Text Example


Text Example

White with #A96FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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