Html Css Color HEX #A46FDD Medium Purple

📋 copy color: '#A46FDD'

red 164 ◦ green 111 ◦ blue 221

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

Shades of Medium Purple #A46FDD

Tints of Medium Purple #A46FDD

RGB

 RED value IS 164 (64.45% from 255) = 33.06%

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

 BLUE value IS 221 (86.72% from 255) = 44.56%

R = 33.06%
G = 22.38%
B = 44.56%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A46FDD (or 0xA46FDD) is known color: Medium Purple. HEX triplet: A4, 6F and DD. RGB value is (164,111,221). Sum of RGB (Red+Green+Blue) = 164+111+221=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 111 (43.75% from 255 or 22.38% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #A46FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46FDD is #5B9022. Grayscale: #8B8B8B. Windows color (decimal): -6000675 or 14512036. OLE color: 14512036.

HSL color Cylindrical-coordinate representation of color #A46FDD: hue angle of 268.91º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A46FDD is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 111 221 -
CMYK 0.26 0.50 0 0.13
HSL 268.91º 0.62% 0.65% -
HSV(B) 268.91º 0.5% 0.87% -
XYZ 34.05 24.48 71.34 -
YUV 139.39 174.06 145.56 -
System Red Green Blue C M Y K H S L
Decimal 164 111 221 0.26 0.50 0 0.13 268.91 0.62 0.65
Hex A4 6F DD 1A 32 0 D 10D 3E 41
Octal 244 157 335 32 62 0 15 415 76 101
Binary 10100100 1101111 11011101 11010 110010 0 1101 100001101 111110 1000001

Color Harmonies of #A46FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46FDD

Black with #A46FDD

Text Example


Text Example

White with #A46FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46FDD; }

 p { color: rgb(164,111,221); }

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

background-color css

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

 a { background-color: rgb(164,111,221); }

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

border-color css

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

 span { border-color: rgb(164,111,221); }

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