Html Css Color HEX #A26CF1 Medium Purple

📋 copy color: '#A26CF1'

red 162 ◦ green 108 ◦ blue 241

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

Shades of Medium Purple #A26CF1

Tints of Medium Purple #A26CF1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.14%

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

R = 31.7%
G = 21.14%
B = 47.16%

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

#A26CF1 (or 0xA26CF1) is known color: Medium Purple. HEX triplet: A2, 6C and F1. RGB value is (162,108,241). Sum of RGB (Red+Green+Blue) = 162+108+241=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 108 (42.58% from 255 or 21.14% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 241 - color contains mainly: blue. Hex color #A26CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26CF1 is #5D930E. Grayscale: #8A8A8A. Windows color (decimal): -6132495 or 15821986. OLE color: 15821986.

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

Color convert

RGB 162 108 241 -
CMYK 0.33 0.55 0 0.05
HSL 264.36º 0.83% 0.68% -
HSV(B) 264.36º 0.55% 0.95% -
XYZ 36.14 24.76 86.09 -
YUV 139.31 185.39 144.19 -
System Red Green Blue C M Y K H S L
Decimal 162 108 241 0.33 0.55 0 0.05 264.36 0.83 0.68
Hex A2 6C F1 21 37 0 5 108 53 44
Octal 242 154 361 41 67 0 5 410 123 104
Binary 10100010 1101100 11110001 100001 110111 0 101 100001000 1010011 1000100

Color Harmonies of #A26CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26CF1

Black with #A26CF1

Text Example


Text Example

White with #A26CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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