Html Css Color HEX #A276E5 Medium Purple

📋 copy color: '#A276E5'

red 162 ◦ green 118 ◦ blue 229

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

Shades of Medium Purple #A276E5

Tints of Medium Purple #A276E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 44.99%

R = 31.83%
G = 23.18%
B = 44.99%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A276E5 (or 0xA276E5) is known color: Medium Purple. HEX triplet: A2, 76 and E5. RGB value is (162,118,229). Sum of RGB (Red+Green+Blue) = 162+118+229=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 229 (89.84% from 255 or 44.99% from 509); Max value from RGB is 229 - color contains mainly: blue. Hex color #A276E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A276E5 is #5D891A. Grayscale: #8F8F8F. Windows color (decimal): -6129947 or 15038114. OLE color: 15038114.

HSL color Cylindrical-coordinate representation of color #A276E5: hue angle of 263.78º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A276E5 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 162 118 229 -
CMYK 0.29 0.48 0 0.10
HSL 263.78º 0.68% 0.68% -
HSV(B) 263.78º 0.48% 0.9% -
XYZ 35.52 26.3 77.33 -
YUV 143.81 176.08 140.97 -
System Red Green Blue C M Y K H S L
Decimal 162 118 229 0.29 0.48 0 0.10 263.78 0.68 0.68
Hex A2 76 E5 1D 30 0 A 108 44 44
Octal 242 166 345 35 60 0 12 410 104 104
Binary 10100010 1110110 11100101 11101 110000 0 1010 100001000 1000100 1000100

Color Harmonies of #A276E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A276E5

Black with #A276E5

Text Example


Text Example

White with #A276E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A276E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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