Html Css Color HEX #A276DB Medium Purple

📋 copy color: '#A276DB'

red 162 ◦ green 118 ◦ blue 219

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

Shades of Medium Purple #A276DB

Tints of Medium Purple #A276DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.89%

R = 32.46%
G = 23.65%
B = 43.89%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A276DB (or 0xA276DB) is known color: Medium Purple. HEX triplet: A2, 76 and DB. RGB value is (162,118,219). Sum of RGB (Red+Green+Blue) = 162+118+219=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 118 (46.48% from 255 or 23.65% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #A276DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A276DB is #5D8924. Grayscale: #8E8E8E. Windows color (decimal): -6129957 or 14382754. OLE color: 14382754.

HSL color Cylindrical-coordinate representation of color #A276DB: hue angle of 266.14º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A276DB is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 118 219 -
CMYK 0.26 0.46 0 0.14
HSL 266.14º 0.58% 0.66% -
HSV(B) 266.14º 0.46% 0.86% -
XYZ 34.16 25.75 70.19 -
YUV 142.67 171.08 141.79 -
System Red Green Blue C M Y K H S L
Decimal 162 118 219 0.26 0.46 0 0.14 266.14 0.58 0.66
Hex A2 76 DB 1A 2E 0 E 10A 3A 42
Octal 242 166 333 32 56 0 16 412 72 102
Binary 10100010 1110110 11011011 11010 101110 0 1110 100001010 111010 1000010

Color Harmonies of #A276DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A276DB

Black with #A276DB

Text Example


Text Example

White with #A276DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A276DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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