Html Css Color HEX #A681DF Medium Purple

📋 copy color: '#A681DF'

red 166 ◦ green 129 ◦ blue 223

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

Shades of Medium Purple #A681DF

Tints of Medium Purple #A681DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.05%

R = 32.05%
G = 24.9%
B = 43.05%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A681DF (or 0xA681DF) is known color: Medium Purple. HEX triplet: A6, 81 and DF. RGB value is (166,129,223). Sum of RGB (Red+Green+Blue) = 166+129+223=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #A681DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A681DF is #597E20. Grayscale: #969696. Windows color (decimal): -5864993 or 14647718. OLE color: 14647718.

HSL color Cylindrical-coordinate representation of color #A681DF: hue angle of 263.62º degrees, saturation: 0.59, 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 #A681DF is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 129 223 -
CMYK 0.26 0.42 0 0.13
HSL 263.62º 0.59% 0.69% -
HSV(B) 263.62º 0.42% 0.87% -
XYZ 36.9 29.14 73.49 -
YUV 150.78 168.76 138.86 -
System Red Green Blue C M Y K H S L
Decimal 166 129 223 0.26 0.42 0 0.13 263.62 0.59 0.69
Hex A6 81 DF 1A 2A 0 D 108 3B 45
Octal 246 201 337 32 52 0 15 410 73 105
Binary 10100110 10000001 11011111 11010 101010 0 1101 100001000 111011 1000101

Color Harmonies of #A681DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A681DF

Black with #A681DF

Text Example


Text Example

White with #A681DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A681DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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