Html Css Color HEX #A286E6 Medium Purple

📋 copy color: '#A286E6'

red 162 ◦ green 134 ◦ blue 230

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

Shades of Medium Purple #A286E6

Tints of Medium Purple #A286E6

RGB

 RED value IS 162 (63.67% from 255) = 30.8%

 GREEN value IS 134 (52.73% from 255) = 25.48%

 BLUE value IS 230 (90.23% from 255) = 43.73%

R = 30.8%
G = 25.48%
B = 43.73%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A286E6 (or 0xA286E6) is known color: Medium Purple. HEX triplet: A2, 86 and E6. RGB value is (162,134,230). Sum of RGB (Red+Green+Blue) = 162+134+230=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 134 (52.73% from 255 or 25.48% from 526); Blue value is 230 (90.23% from 255 or 43.73% from 526); Max value from RGB is 230 - color contains mainly: blue. Hex color #A286E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A286E6 is #5D7919. Grayscale: #989898. Windows color (decimal): -6125850 or 15107746. OLE color: 15107746.

HSL color Cylindrical-coordinate representation of color #A286E6: hue angle of 257.5º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A286E6 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 162 134 230 -
CMYK 0.30 0.42 0 0.10
HSL 257.5º 0.66% 0.71% -
HSV(B) 257.5º 0.42% 0.9% -
XYZ 37.71 30.44 78.75 -
YUV 153.32 171.28 134.19 -
System Red Green Blue C M Y K H S L
Decimal 162 134 230 0.30 0.42 0 0.10 257.5 0.66 0.71
Hex A2 86 E6 1E 2A 0 A 102 42 47
Octal 242 206 346 36 52 0 12 402 102 107
Binary 10100010 10000110 11100110 11110 101010 0 1010 100000010 1000010 1000111

Color Harmonies of #A286E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A286E6

Black with #A286E6

Text Example


Text Example

White with #A286E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A286E6; }

 p { color: rgb(162,134,230); }

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

background-color css

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

 a { background-color: rgb(162,134,230); }

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

border-color css

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

 span { border-color: rgb(162,134,230); }

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