Html Css Color HEX #A681EE Medium Purple

📋 copy color: '#A681EE'

red 166 ◦ green 129 ◦ blue 238

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

Shades of Medium Purple #A681EE

Tints of Medium Purple #A681EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.65%

R = 31.14%
G = 24.2%
B = 44.65%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A681EE (or 0xA681EE) is known color: Medium Purple. HEX triplet: A6, 81 and EE. RGB value is (166,129,238). Sum of RGB (Red+Green+Blue) = 166+129+238=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 129 (50.78% from 255 or 24.20% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #A681EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A681EE is #597E11. Grayscale: #989898. Windows color (decimal): -5864978 or 15630758. OLE color: 15630758.

HSL color Cylindrical-coordinate representation of color #A681EE: hue angle of 260.37º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A681EE is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 129 238 -
CMYK 0.30 0.46 0 0.07
HSL 260.37º 0.76% 0.72% -
HSV(B) 260.37º 0.46% 0.93% -
XYZ 39.01 29.98 84.62 -
YUV 152.49 176.26 137.64 -
System Red Green Blue C M Y K H S L
Decimal 166 129 238 0.30 0.46 0 0.07 260.37 0.76 0.72
Hex A6 81 EE 1E 2E 0 7 104 4C 48
Octal 246 201 356 36 56 0 7 404 114 110
Binary 10100110 10000001 11101110 11110 101110 0 111 100000100 1001100 1001000

Color Harmonies of #A681EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A681EE

Black with #A681EE

Text Example


Text Example

White with #A681EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A681EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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