Html Css Color HEX #A26DF1 Medium Purple

📋 copy color: '#A26DF1'

red 162 ◦ green 109 ◦ blue 241

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

Shades of Medium Purple #A26DF1

Tints of Medium Purple #A26DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.07%

R = 31.64%
G = 21.29%
B = 47.07%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A26DF1 (or 0xA26DF1) is known color: Medium Purple. HEX triplet: A2, 6D and F1. RGB value is (162,109,241). Sum of RGB (Red+Green+Blue) = 162+109+241=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: blue. Hex color #A26DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26DF1 is #5D920E. Grayscale: #8B8B8B. Windows color (decimal): -6132239 or 15822242. OLE color: 15822242.

HSL color Cylindrical-coordinate representation of color #A26DF1: hue angle of 264.09º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A26DF1 is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 109 241 -
CMYK 0.33 0.55 0 0.05
HSL 264.09º 0.83% 0.69% -
HSV(B) 264.09º 0.55% 0.95% -
XYZ 36.25 24.97 86.13 -
YUV 139.9 185.06 143.77 -
System Red Green Blue C M Y K H S L
Decimal 162 109 241 0.33 0.55 0 0.05 264.09 0.83 0.69
Hex A2 6D F1 21 37 0 5 108 52 45
Octal 242 155 361 41 67 0 5 410 122 105
Binary 10100010 1101101 11110001 100001 110111 0 101 100001000 1010010 1000101

Color Harmonies of #A26DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26DF1

Black with #A26DF1

Text Example


Text Example

White with #A26DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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