Html Css Color HEX #A26DDF Medium Purple

📋 copy color: '#A26DDF'

red 162 ◦ green 109 ◦ blue 223

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

Shades of Medium Purple #A26DDF

Tints of Medium Purple #A26DDF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.06%

 BLUE value IS 223 (87.5% from 255) = 45.14%

R = 32.79%
G = 22.06%
B = 45.14%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A26DDF (or 0xA26DDF) is known color: Medium Purple. HEX triplet: A2, 6D and DF. RGB value is (162,109,223). Sum of RGB (Red+Green+Blue) = 162+109+223=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 109 (42.97% from 255 or 22.06% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #A26DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26DDF is #5D9220. Grayscale: #898989. Windows color (decimal): -6132257 or 14642594. OLE color: 14642594.

HSL color Cylindrical-coordinate representation of color #A26DDF: hue angle of 267.89º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A26DDF is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 109 223 -
CMYK 0.27 0.51 0 0.13
HSL 267.89º 0.64% 0.65% -
HSV(B) 267.89º 0.51% 0.87% -
XYZ 33.69 23.95 72.66 -
YUV 137.84 176.06 145.23 -
System Red Green Blue C M Y K H S L
Decimal 162 109 223 0.27 0.51 0 0.13 267.89 0.64 0.65
Hex A2 6D DF 1B 33 0 D 10C 40 41
Octal 242 155 337 33 63 0 15 414 100 101
Binary 10100010 1101101 11011111 11011 110011 0 1101 100001100 1000000 1000001

Color Harmonies of #A26DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26DDF

Black with #A26DDF

Text Example


Text Example

White with #A26DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26DDF; }

 p { color: rgb(162,109,223); }

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

background-color css

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

 a { background-color: rgb(162,109,223); }

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

border-color css

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

 span { border-color: rgb(162,109,223); }

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