Html Css Color HEX #A26BEA Medium Purple

📋 copy color: '#A26BEA'

red 162 ◦ green 107 ◦ blue 234

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

Shades of Medium Purple #A26BEA

Tints of Medium Purple #A26BEA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.27%

 BLUE value IS 234 (91.8% from 255) = 46.52%

R = 32.21%
G = 21.27%
B = 46.52%

CMYK

 C value IS 0.31

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A26BEA (or 0xA26BEA) is known color: Medium Purple. HEX triplet: A2, 6B and EA. RGB value is (162,107,234). Sum of RGB (Red+Green+Blue) = 162+107+234=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #A26BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26BEA is #5D9415. Grayscale: #898989. Windows color (decimal): -6132758 or 15362978. OLE color: 15362978.

HSL color Cylindrical-coordinate representation of color #A26BEA: hue angle of 265.98º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A26BEA is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 107 234 -
CMYK 0.31 0.54 0 0.08
HSL 265.98º 0.75% 0.67% -
HSV(B) 265.98º 0.54% 0.92% -
XYZ 35.01 24.14 80.66 -
YUV 137.92 182.22 145.17 -
System Red Green Blue C M Y K H S L
Decimal 162 107 234 0.31 0.54 0 0.08 265.98 0.75 0.67
Hex A2 6B EA 1F 36 0 8 10A 4B 43
Octal 242 153 352 37 66 0 10 412 113 103
Binary 10100010 1101011 11101010 11111 110110 0 1000 100001010 1001011 1000011

Color Harmonies of #A26BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26BEA

Black with #A26BEA

Text Example


Text Example

White with #A26BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26BEA; }

 p { color: rgb(162,107,234); }

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

background-color css

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

 a { background-color: rgb(162,107,234); }

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

border-color css

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

 span { border-color: rgb(162,107,234); }

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