Html Css Color HEX #A26CE7 Medium Purple

📋 copy color: '#A26CE7'

red 162 ◦ green 108 ◦ blue 231

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

Shades of Medium Purple #A26CE7

Tints of Medium Purple #A26CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.11%

R = 32.34%
G = 21.56%
B = 46.11%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A26CE7 (or 0xA26CE7) is known color: Medium Purple. HEX triplet: A2, 6C and E7. RGB value is (162,108,231). Sum of RGB (Red+Green+Blue) = 162+108+231=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 108 (42.58% from 255 or 21.56% from 501); Blue value is 231 (90.62% from 255 or 46.11% from 501); Max value from RGB is 231 - color contains mainly: blue. Hex color #A26CE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26CE7 is #5D9318. Grayscale: #898989. Windows color (decimal): -6132505 or 15166626. OLE color: 15166626.

HSL color Cylindrical-coordinate representation of color #A26CE7: hue angle of 266.34º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A26CE7 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 162 108 231 -
CMYK 0.30 0.53 0 0.09
HSL 266.34º 0.72% 0.66% -
HSV(B) 266.34º 0.53% 0.91% -
XYZ 34.69 24.18 78.44 -
YUV 138.17 180.39 145 -
System Red Green Blue C M Y K H S L
Decimal 162 108 231 0.30 0.53 0 0.09 266.34 0.72 0.66
Hex A2 6C E7 1E 35 0 9 10A 48 42
Octal 242 154 347 36 65 0 11 412 110 102
Binary 10100010 1101100 11100111 11110 110101 0 1001 100001010 1001000 1000010

Color Harmonies of #A26CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26CE7

Black with #A26CE7

Text Example


Text Example

White with #A26CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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