Html Css Color HEX #A286EB Medium Purple

📋 copy color: '#A286EB'

red 162 ◦ green 134 ◦ blue 235

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

Shades of Medium Purple #A286EB

Tints of Medium Purple #A286EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.26%

R = 30.51%
G = 25.24%
B = 44.26%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A286EB (or 0xA286EB) is known color: Medium Purple. HEX triplet: A2, 86 and EB. RGB value is (162,134,235). Sum of RGB (Red+Green+Blue) = 162+134+235=531 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.51% from 531); Green value is 134 (52.73% from 255 or 25.24% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #A286EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A286EB is #5D7914. Grayscale: #999999. Windows color (decimal): -6125845 or 15435426. OLE color: 15435426.

HSL color Cylindrical-coordinate representation of color #A286EB: hue angle of 256.63º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A286EB is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 134 235 -
CMYK 0.31 0.43 0 0.08
HSL 256.63º 0.72% 0.72% -
HSV(B) 256.63º 0.43% 0.92% -
XYZ 38.42 30.73 82.5 -
YUV 153.89 173.78 133.79 -
System Red Green Blue C M Y K H S L
Decimal 162 134 235 0.31 0.43 0 0.08 256.63 0.72 0.72
Hex A2 86 EB 1F 2B 0 8 101 48 48
Octal 242 206 353 37 53 0 10 401 110 110
Binary 10100010 10000110 11101011 11111 101011 0 1000 100000001 1001000 1001000

Color Harmonies of #A286EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A286EB

Black with #A286EB

Text Example


Text Example

White with #A286EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A286EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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