Html Css Color HEX #A26BE6 Medium Purple

📋 copy color: '#A26BE6'

red 162 ◦ green 107 ◦ blue 230

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

Shades of Medium Purple #A26BE6

Tints of Medium Purple #A26BE6

RGB

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

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

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

R = 32.46%
G = 21.44%
B = 46.09%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A26BE6 (or 0xA26BE6) is known color: Medium Purple. HEX triplet: A2, 6B and E6. RGB value is (162,107,230). Sum of RGB (Red+Green+Blue) = 162+107+230=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 230 (90.23% from 255 or 46.09% from 499); Max value from RGB is 230 - color contains mainly: blue. Hex color #A26BE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26BE6 is #5D9419. Grayscale: #898989. Windows color (decimal): -6132762 or 15100834. OLE color: 15100834.

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

Color convert

RGB 162 107 230 -
CMYK 0.30 0.53 0 0.10
HSL 266.83º 0.71% 0.66% -
HSV(B) 266.83º 0.53% 0.9% -
XYZ 34.44 23.91 77.66 -
YUV 137.47 180.22 145.5 -
System Red Green Blue C M Y K H S L
Decimal 162 107 230 0.30 0.53 0 0.10 266.83 0.71 0.66
Hex A2 6B E6 1E 35 0 A 10B 47 42
Octal 242 153 346 36 65 0 12 413 107 102
Binary 10100010 1101011 11100110 11110 110101 0 1010 100001011 1000111 1000010

Color Harmonies of #A26BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26BE6

Black with #A26BE6

Text Example


Text Example

White with #A26BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26BE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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