Html Css Color HEX #A96CFD Medium Purple

📋 copy color: '#A96CFD'

red 169 ◦ green 108 ◦ blue 253

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

Shades of Medium Purple #A96CFD

Tints of Medium Purple #A96CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.74%

R = 31.89%
G = 20.38%
B = 47.74%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A96CFD (or 0xA96CFD) is known color: Medium Purple. HEX triplet: A9, 6C and FD. RGB value is (169,108,253). Sum of RGB (Red+Green+Blue) = 169+108+253=530 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.89% from 530); Green value is 108 (42.58% from 255 or 20.38% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #A96CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A96CFD is #569302. Grayscale: #8E8E8E. Windows color (decimal): -5673731 or 16608425. OLE color: 16608425.

HSL color Cylindrical-coordinate representation of color #A96CFD: hue angle of 265.24º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A96CFD is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 169 108 253 -
CMYK 0.33 0.57 0 0.01
HSL 265.24º 0.97% 0.71% -
HSV(B) 265.24º 0.57% 0.99% -
XYZ 39.45 26.25 95.92 -
YUV 142.77 190.21 146.71 -
System Red Green Blue C M Y K H S L
Decimal 169 108 253 0.33 0.57 0 0.01 265.24 0.97 0.71
Hex A9 6C FD 21 39 0 1 109 61 47
Octal 251 154 375 41 71 0 1 411 141 107
Binary 10101001 1101100 11111101 100001 111001 0 1 100001001 1100001 1000111

Color Harmonies of #A96CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96CFD

Black with #A96CFD

Text Example


Text Example

White with #A96CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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