Html Css Color HEX #A681DD Medium Purple

📋 copy color: '#A681DD'

red 166 ◦ green 129 ◦ blue 221

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

Shades of Medium Purple #A681DD

Tints of Medium Purple #A681DD

RGB

 RED value IS 166 (65.23% from 255) = 32.17%

 GREEN value IS 129 (50.78% from 255) = 25%

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

R = 32.17%
G = 25%
B = 42.83%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A681DD (or 0xA681DD) is known color: Medium Purple. HEX triplet: A6, 81 and DD. RGB value is (166,129,221). Sum of RGB (Red+Green+Blue) = 166+129+221=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #A681DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A681DD is #597E22. Grayscale: #969696. Windows color (decimal): -5864995 or 14516646. OLE color: 14516646.

HSL color Cylindrical-coordinate representation of color #A681DD: hue angle of 264.13º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A681DD is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 129 221 -
CMYK 0.25 0.42 0 0.13
HSL 264.13º 0.58% 0.69% -
HSV(B) 264.13º 0.42% 0.87% -
XYZ 36.63 29.03 72.08 -
YUV 150.55 167.76 139.02 -
System Red Green Blue C M Y K H S L
Decimal 166 129 221 0.25 0.42 0 0.13 264.13 0.58 0.69
Hex A6 81 DD 19 2A 0 D 108 3A 45
Octal 246 201 335 31 52 0 15 410 72 105
Binary 10100110 10000001 11011101 11001 101010 0 1101 100001000 111010 1000101

Color Harmonies of #A681DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A681DD

Black with #A681DD

Text Example


Text Example

White with #A681DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A681DD; }

 p { color: rgb(166,129,221); }

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

background-color css

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

 a { background-color: rgb(166,129,221); }

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

border-color css

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

 span { border-color: rgb(166,129,221); }

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