Html Css Color HEX #A861EE Medium Purple

📋 copy color: '#A861EE'

red 168 ◦ green 97 ◦ blue 238

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

Shades of Medium Purple #A861EE

Tints of Medium Purple #A861EE

RGB

 RED value IS 168 (66.02% from 255) = 33.4%

 GREEN value IS 97 (38.28% from 255) = 19.28%

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

R = 33.4%
G = 19.28%
B = 47.32%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A861EE (or 0xA861EE) is known color: Medium Purple. HEX triplet: A8, 61 and EE. RGB value is (168,97,238). Sum of RGB (Red+Green+Blue) = 168+97+238=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 97 (38.28% from 255 or 19.28% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #A861EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A861EE is #579E11. Grayscale: #858585. Windows color (decimal): -5742098 or 15622568. OLE color: 15622568.

HSL color Cylindrical-coordinate representation of color #A861EE: hue angle of 270.21º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A861EE is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 97 238 -
CMYK 0.29 0.59 0 0.07
HSL 270.21º 0.81% 0.66% -
HSV(B) 270.21º 0.59% 0.93% -
XYZ 35.86 23.05 83.45 -
YUV 134.3 186.52 152.04 -
System Red Green Blue C M Y K H S L
Decimal 168 97 238 0.29 0.59 0 0.07 270.21 0.81 0.66
Hex A8 61 EE 1D 3B 0 7 10E 51 42
Octal 250 141 356 35 73 0 7 416 121 102
Binary 10101000 1100001 11101110 11101 111011 0 111 100001110 1010001 1000010

Color Harmonies of #A861EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A861EE

Black with #A861EE

Text Example


Text Example

White with #A861EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A861EE; }

 p { color: rgb(168,97,238); }

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

background-color css

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

 a { background-color: rgb(168,97,238); }

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

border-color css

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

 span { border-color: rgb(168,97,238); }

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