Html Css Color HEX #A26DFA Medium Purple

📋 copy color: '#A26DFA'

red 162 ◦ green 109 ◦ blue 250

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

Shades of Medium Purple #A26DFA

Tints of Medium Purple #A26DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.98%

R = 31.09%
G = 20.92%
B = 47.98%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A26DFA (or 0xA26DFA) is known color: Medium Purple. HEX triplet: A2, 6D and FA. RGB value is (162,109,250). Sum of RGB (Red+Green+Blue) = 162+109+250=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #A26DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26DFA is #5D9205. Grayscale: #8C8C8C. Windows color (decimal): -6132230 or 16412066. OLE color: 16412066.

HSL color Cylindrical-coordinate representation of color #A26DFA: hue angle of 262.55º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A26DFA is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 109 250 -
CMYK 0.35 0.56 0 0.02
HSL 262.55º 0.93% 0.7% -
HSV(B) 262.55º 0.56% 0.98% -
XYZ 37.62 25.52 93.39 -
YUV 140.92 189.56 143.04 -
System Red Green Blue C M Y K H S L
Decimal 162 109 250 0.35 0.56 0 0.02 262.55 0.93 0.7
Hex A2 6D FA 23 38 0 2 107 5D 46
Octal 242 155 372 43 70 0 2 407 135 106
Binary 10100010 1101101 11111010 100011 111000 0 10 100000111 1011101 1000110

Color Harmonies of #A26DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26DFA

Black with #A26DFA

Text Example


Text Example

White with #A26DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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