Html Css Color HEX #A26CE2 Medium Purple

📋 copy color: '#A26CE2'

red 162 ◦ green 108 ◦ blue 226

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

Shades of Medium Purple #A26CE2

Tints of Medium Purple #A26CE2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.77%

 BLUE value IS 226 (88.67% from 255) = 45.56%

R = 32.66%
G = 21.77%
B = 45.56%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A26CE2 (or 0xA26CE2) is known color: Medium Purple. HEX triplet: A2, 6C and E2. RGB value is (162,108,226). Sum of RGB (Red+Green+Blue) = 162+108+226=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 226 (88.67% from 255 or 45.56% from 496); Max value from RGB is 226 - color contains mainly: blue. Hex color #A26CE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26CE2 is #5D931D. Grayscale: #898989. Windows color (decimal): -6132510 or 14838946. OLE color: 14838946.

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

Color convert

RGB 162 108 226 -
CMYK 0.28 0.52 0 0.11
HSL 267.46º 0.67% 0.65% -
HSV(B) 267.46º 0.52% 0.89% -
XYZ 33.99 23.9 74.77 -
YUV 137.6 177.89 145.41 -
System Red Green Blue C M Y K H S L
Decimal 162 108 226 0.28 0.52 0 0.11 267.46 0.67 0.65
Hex A2 6C E2 1C 34 0 B 10B 43 41
Octal 242 154 342 34 64 0 13 413 103 101
Binary 10100010 1101100 11100010 11100 110100 0 1011 100001011 1000011 1000001

Color Harmonies of #A26CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26CE2

Black with #A26CE2

Text Example


Text Example

White with #A26CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26CE2; }

 p { color: rgb(162,108,226); }

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

background-color css

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

 a { background-color: rgb(162,108,226); }

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

border-color css

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

 span { border-color: rgb(162,108,226); }

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