Html Css Color HEX #A26FDB Medium Purple

📋 copy color: '#A26FDB'

red 162 ◦ green 111 ◦ blue 219

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

Shades of Medium Purple #A26FDB

Tints of Medium Purple #A26FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.51%

R = 32.93%
G = 22.56%
B = 44.51%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A26FDB (or 0xA26FDB) is known color: Medium Purple. HEX triplet: A2, 6F and DB. RGB value is (162,111,219). Sum of RGB (Red+Green+Blue) = 162+111+219=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 111 (43.75% from 255 or 22.56% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #A26FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26FDB is #5D9024. Grayscale: #8A8A8A. Windows color (decimal): -6131749 or 14380962. OLE color: 14380962.

HSL color Cylindrical-coordinate representation of color #A26FDB: hue angle of 268.33º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A26FDB is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 111 219 -
CMYK 0.26 0.49 0 0.14
HSL 268.33º 0.6% 0.65% -
HSV(B) 268.33º 0.49% 0.86% -
XYZ 33.37 24.16 69.92 -
YUV 138.56 173.4 144.72 -
System Red Green Blue C M Y K H S L
Decimal 162 111 219 0.26 0.49 0 0.14 268.33 0.6 0.65
Hex A2 6F DB 1A 31 0 E 10C 3C 41
Octal 242 157 333 32 61 0 16 414 74 101
Binary 10100010 1101111 11011011 11010 110001 0 1110 100001100 111100 1000001

Color Harmonies of #A26FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26FDB

Black with #A26FDB

Text Example


Text Example

White with #A26FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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