Html Css Color HEX #A26BE1 Medium Purple

📋 copy color: '#A26BE1'

red 162 ◦ green 107 ◦ blue 225

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

Shades of Medium Purple #A26BE1

Tints of Medium Purple #A26BE1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.66%

 BLUE value IS 225 (88.28% from 255) = 45.55%

R = 32.79%
G = 21.66%
B = 45.55%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A26BE1 (or 0xA26BE1) is known color: Medium Purple. HEX triplet: A2, 6B and E1. RGB value is (162,107,225). Sum of RGB (Red+Green+Blue) = 162+107+225=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 225 (88.28% from 255 or 45.55% from 494); Max value from RGB is 225 - color contains mainly: blue. Hex color #A26BE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26BE1 is #5D941E. Grayscale: #888888. Windows color (decimal): -6132767 or 14773154. OLE color: 14773154.

HSL color Cylindrical-coordinate representation of color #A26BE1: hue angle of 267.97º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A26BE1 is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 162 107 225 -
CMYK 0.28 0.52 0 0.12
HSL 267.97º 0.66% 0.65% -
HSV(B) 267.97º 0.52% 0.88% -
XYZ 33.75 23.63 74.02 -
YUV 136.9 177.72 145.91 -
System Red Green Blue C M Y K H S L
Decimal 162 107 225 0.28 0.52 0 0.12 267.97 0.66 0.65
Hex A2 6B E1 1C 34 0 C 10C 42 41
Octal 242 153 341 34 64 0 14 414 102 101
Binary 10100010 1101011 11100001 11100 110100 0 1100 100001100 1000010 1000001

Color Harmonies of #A26BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26BE1

Black with #A26BE1

Text Example


Text Example

White with #A26BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26BE1; }

 p { color: rgb(162,107,225); }

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

background-color css

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

 a { background-color: rgb(162,107,225); }

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

border-color css

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

 span { border-color: rgb(162,107,225); }

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