Html Css Color HEX #A26CEF Medium Purple

📋 copy color: '#A26CEF'

red 162 ◦ green 108 ◦ blue 239

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

Shades of Medium Purple #A26CEF

Tints of Medium Purple #A26CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.95%

R = 31.83%
G = 21.22%
B = 46.95%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A26CEF (or 0xA26CEF) is known color: Medium Purple. HEX triplet: A2, 6C and EF. RGB value is (162,108,239). Sum of RGB (Red+Green+Blue) = 162+108+239=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #A26CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26CEF is #5D9310. Grayscale: #8A8A8A. Windows color (decimal): -6132497 or 15690914. OLE color: 15690914.

HSL color Cylindrical-coordinate representation of color #A26CEF: hue angle of 264.73º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A26CEF is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 162 108 239 -
CMYK 0.32 0.55 0 0.06
HSL 264.73º 0.8% 0.68% -
HSV(B) 264.73º 0.55% 0.94% -
XYZ 35.84 24.64 84.53 -
YUV 139.08 184.39 144.35 -
System Red Green Blue C M Y K H S L
Decimal 162 108 239 0.32 0.55 0 0.06 264.73 0.8 0.68
Hex A2 6C EF 20 37 0 6 109 50 44
Octal 242 154 357 40 67 0 6 411 120 104
Binary 10100010 1101100 11101111 100000 110111 0 110 100001001 1010000 1000100

Color Harmonies of #A26CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26CEF

Black with #A26CEF

Text Example


Text Example

White with #A26CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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