Html Css Color HEX #A276EF Medium Purple

📋 copy color: '#A276EF'

red 162 ◦ green 118 ◦ blue 239

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

Shades of Medium Purple #A276EF

Tints of Medium Purple #A276EF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.74%

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

R = 31.21%
G = 22.74%
B = 46.05%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A276EF (or 0xA276EF) is known color: Medium Purple. HEX triplet: A2, 76 and EF. RGB value is (162,118,239). Sum of RGB (Red+Green+Blue) = 162+118+239=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #A276EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A276EF is #5D8910. Grayscale: #909090. Windows color (decimal): -6129937 or 15693474. OLE color: 15693474.

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

Color convert

RGB 162 118 239 -
CMYK 0.32 0.51 0 0.06
HSL 261.82º 0.79% 0.7% -
HSV(B) 261.82º 0.51% 0.94% -
XYZ 36.96 26.87 84.9 -
YUV 144.95 181.08 140.16 -
System Red Green Blue C M Y K H S L
Decimal 162 118 239 0.32 0.51 0 0.06 261.82 0.79 0.7
Hex A2 76 EF 20 33 0 6 106 4F 46
Octal 242 166 357 40 63 0 6 406 117 106
Binary 10100010 1110110 11101111 100000 110011 0 110 100000110 1001111 1000110

Color Harmonies of #A276EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A276EF

Black with #A276EF

Text Example


Text Example

White with #A276EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A276EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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