Html Css Color HEX #A26BEC Medium Purple

📋 copy color: '#A26BEC'

red 162 ◦ green 107 ◦ blue 236

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

Shades of Medium Purple #A26BEC

Tints of Medium Purple #A26BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.73%

R = 32.08%
G = 21.19%
B = 46.73%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A26BEC (or 0xA26BEC) is known color: Medium Purple. HEX triplet: A2, 6B and EC. RGB value is (162,107,236). Sum of RGB (Red+Green+Blue) = 162+107+236=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #A26BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26BEC is #5D9413. Grayscale: #898989. Windows color (decimal): -6132756 or 15494050. OLE color: 15494050.

HSL color Cylindrical-coordinate representation of color #A26BEC: hue angle of 265.58º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A26BEC is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 107 236 -
CMYK 0.31 0.55 0 0.07
HSL 265.58º 0.77% 0.67% -
HSV(B) 265.58º 0.55% 0.93% -
XYZ 35.3 24.25 82.18 -
YUV 138.15 183.22 145.01 -
System Red Green Blue C M Y K H S L
Decimal 162 107 236 0.31 0.55 0 0.07 265.58 0.77 0.67
Hex A2 6B EC 1F 37 0 7 10A 4D 43
Octal 242 153 354 37 67 0 7 412 115 103
Binary 10100010 1101011 11101100 11111 110111 0 111 100001010 1001101 1000011

Color Harmonies of #A26BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26BEC

Black with #A26BEC

Text Example


Text Example

White with #A26BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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