Html Css Color HEX #A26FDD Medium Purple

📋 copy color: '#A26FDD'

red 162 ◦ green 111 ◦ blue 221

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

Shades of Medium Purple #A26FDD

Tints of Medium Purple #A26FDD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.47%

 BLUE value IS 221 (86.72% from 255) = 44.74%

R = 32.79%
G = 22.47%
B = 44.74%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A26FDD (or 0xA26FDD) is known color: Medium Purple. HEX triplet: A2, 6F and DD. RGB value is (162,111,221). Sum of RGB (Red+Green+Blue) = 162+111+221=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #A26FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26FDD is #5D9022. Grayscale: #8A8A8A. Windows color (decimal): -6131747 or 14512034. OLE color: 14512034.

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

Color convert

RGB 162 111 221 -
CMYK 0.27 0.50 0 0.13
HSL 267.82º 0.62% 0.65% -
HSV(B) 267.82º 0.5% 0.87% -
XYZ 33.64 24.27 71.32 -
YUV 138.79 174.4 144.56 -
System Red Green Blue C M Y K H S L
Decimal 162 111 221 0.27 0.50 0 0.13 267.82 0.62 0.65
Hex A2 6F DD 1B 32 0 D 10C 3E 41
Octal 242 157 335 33 62 0 15 414 76 101
Binary 10100010 1101111 11011101 11011 110010 0 1101 100001100 111110 1000001

Color Harmonies of #A26FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26FDD

Black with #A26FDD

Text Example


Text Example

White with #A26FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26FDD; }

 p { color: rgb(162,111,221); }

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

background-color css

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

 a { background-color: rgb(162,111,221); }

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

border-color css

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

 span { border-color: rgb(162,111,221); }

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