Html Css Color HEX #A264EC Medium Purple

📋 copy color: '#A264EC'

red 162 ◦ green 100 ◦ blue 236

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

Shades of Medium Purple #A264EC

Tints of Medium Purple #A264EC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.08%

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

R = 32.53%
G = 20.08%
B = 47.39%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A264EC (or 0xA264EC) is known color: Medium Purple. HEX triplet: A2, 64 and EC. RGB value is (162,100,236). Sum of RGB (Red+Green+Blue) = 162+100+236=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 100 (39.45% from 255 or 20.08% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #A264EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A264EC is #5D9B13. Grayscale: #858585. Windows color (decimal): -6134548 or 15492258. OLE color: 15492258.

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

Color convert

RGB 162 100 236 -
CMYK 0.31 0.58 0 0.07
HSL 267.35º 0.78% 0.66% -
HSV(B) 267.35º 0.58% 0.93% -
XYZ 34.6 22.85 81.94 -
YUV 134.04 185.54 147.94 -
System Red Green Blue C M Y K H S L
Decimal 162 100 236 0.31 0.58 0 0.07 267.35 0.78 0.66
Hex A2 64 EC 1F 3A 0 7 10B 4E 42
Octal 242 144 354 37 72 0 7 413 116 102
Binary 10100010 1100100 11101100 11111 111010 0 111 100001011 1001110 1000010

Color Harmonies of #A264EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A264EC

Black with #A264EC

Text Example


Text Example

White with #A264EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A264EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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