Html Css Color HEX #A26FFA Medium Purple

📋 copy color: '#A26FFA'

red 162 ◦ green 111 ◦ blue 250

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

Shades of Medium Purple #A26FFA

Tints of Medium Purple #A26FFA

RGB

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

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

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

R = 30.98%
G = 21.22%
B = 47.8%

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

#A26FFA (or 0xA26FFA) is known color: Medium Purple. HEX triplet: A2, 6F and FA. RGB value is (162,111,250). Sum of RGB (Red+Green+Blue) = 162+111+250=523 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.98% from 523); Green value is 111 (43.75% from 255 or 21.22% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #A26FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26FFA is #5D9005. Grayscale: #8D8D8D. Windows color (decimal): -6131718 or 16412578. OLE color: 16412578.

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

Color convert

RGB 162 111 250 -
CMYK 0.35 0.56 0 0.02
HSL 262.01º 0.93% 0.71% -
HSV(B) 262.01º 0.56% 0.98% -
XYZ 37.84 25.95 93.46 -
YUV 142.1 188.9 142.2 -
System Red Green Blue C M Y K H S L
Decimal 162 111 250 0.35 0.56 0 0.02 262.01 0.93 0.71
Hex A2 6F FA 23 38 0 2 106 5D 47
Octal 242 157 372 43 70 0 2 406 135 107
Binary 10100010 1101111 11111010 100011 111000 0 10 100000110 1011101 1000111

Color Harmonies of #A26FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26FFA

Black with #A26FFA

Text Example


Text Example

White with #A26FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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