Html Css Color HEX #A286E5 Medium Purple

📋 copy color: '#A286E5'

red 162 ◦ green 134 ◦ blue 229

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

Shades of Medium Purple #A286E5

Tints of Medium Purple #A286E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.62%

R = 30.86%
G = 25.52%
B = 43.62%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A286E5 (or 0xA286E5) is known color: Medium Purple. HEX triplet: A2, 86 and E5. RGB value is (162,134,229). Sum of RGB (Red+Green+Blue) = 162+134+229=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 134 (52.73% from 255 or 25.52% from 525); Blue value is 229 (89.84% from 255 or 43.62% from 525); Max value from RGB is 229 - color contains mainly: blue. Hex color #A286E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A286E5 is #5D791A. Grayscale: #989898. Windows color (decimal): -6125851 or 15042210. OLE color: 15042210.

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

Color convert

RGB 162 134 229 -
CMYK 0.29 0.41 0 0.10
HSL 257.68º 0.65% 0.71% -
HSV(B) 257.68º 0.41% 0.9% -
XYZ 37.57 30.39 78.01 -
YUV 153.2 170.78 134.28 -
System Red Green Blue C M Y K H S L
Decimal 162 134 229 0.29 0.41 0 0.10 257.68 0.65 0.71
Hex A2 86 E5 1D 29 0 A 102 41 47
Octal 242 206 345 35 51 0 12 402 101 107
Binary 10100010 10000110 11100101 11101 101001 0 1010 100000010 1000001 1000111

Color Harmonies of #A286E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A286E5

Black with #A286E5

Text Example


Text Example

White with #A286E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A286E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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