Html Css Color HEX #A26DED Medium Purple

📋 copy color: '#A26DED'

red 162 ◦ green 109 ◦ blue 237

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

Shades of Medium Purple #A26DED

Tints of Medium Purple #A26DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.65%

R = 31.89%
G = 21.46%
B = 46.65%

CMYK

 C value IS 0.32

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A26DED (or 0xA26DED) is known color: Medium Purple. HEX triplet: A2, 6D and ED. RGB value is (162,109,237). Sum of RGB (Red+Green+Blue) = 162+109+237=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #A26DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26DED is #5D9212. Grayscale: #8A8A8A. Windows color (decimal): -6132243 or 15560098. OLE color: 15560098.

HSL color Cylindrical-coordinate representation of color #A26DED: hue angle of 264.84º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A26DED is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 109 237 -
CMYK 0.32 0.54 0 0.07
HSL 264.84º 0.78% 0.68% -
HSV(B) 264.84º 0.54% 0.93% -
XYZ 35.65 24.73 83.02 -
YUV 139.44 183.06 144.09 -
System Red Green Blue C M Y K H S L
Decimal 162 109 237 0.32 0.54 0 0.07 264.84 0.78 0.68
Hex A2 6D ED 20 36 0 7 109 4E 44
Octal 242 155 355 40 66 0 7 411 116 104
Binary 10100010 1101101 11101101 100000 110110 0 111 100001001 1001110 1000100

Color Harmonies of #A26DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26DED

Black with #A26DED

Text Example


Text Example

White with #A26DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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