Html Css Color HEX #A86EEA Medium Purple

📋 copy color: '#A86EEA'

red 168 ◦ green 110 ◦ blue 234

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

Shades of Medium Purple #A86EEA

Tints of Medium Purple #A86EEA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.48%

 BLUE value IS 234 (91.8% from 255) = 45.7%

R = 32.81%
G = 21.48%
B = 45.7%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A86EEA (or 0xA86EEA) is known color: Medium Purple. HEX triplet: A8, 6E and EA. RGB value is (168,110,234). Sum of RGB (Red+Green+Blue) = 168+110+234=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 110 (43.36% from 255 or 21.48% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #A86EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86EEA is #579115. Grayscale: #8D8D8D. Windows color (decimal): -5738774 or 15363752. OLE color: 15363752.

HSL color Cylindrical-coordinate representation of color #A86EEA: hue angle of 268.06º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A86EEA is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 110 234 -
CMYK 0.28 0.53 0 0.08
HSL 268.06º 0.75% 0.67% -
HSV(B) 268.06º 0.53% 0.92% -
XYZ 36.58 25.42 80.82 -
YUV 141.48 180.22 146.92 -
System Red Green Blue C M Y K H S L
Decimal 168 110 234 0.28 0.53 0 0.08 268.06 0.75 0.67
Hex A8 6E EA 1C 35 0 8 10C 4B 43
Octal 250 156 352 34 65 0 10 414 113 103
Binary 10101000 1101110 11101010 11100 110101 0 1000 100001100 1001011 1000011

Color Harmonies of #A86EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86EEA

Black with #A86EEA

Text Example


Text Example

White with #A86EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86EEA; }

 p { color: rgb(168,110,234); }

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

background-color css

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

 a { background-color: rgb(168,110,234); }

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

border-color css

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

 span { border-color: rgb(168,110,234); }

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