Html Css Color HEX #A280DA Medium Purple

📋 copy color: '#A280DA'

red 162 ◦ green 128 ◦ blue 218

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

Shades of Medium Purple #A280DA

Tints of Medium Purple #A280DA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.2%

 BLUE value IS 218 (85.55% from 255) = 42.91%

R = 31.89%
G = 25.2%
B = 42.91%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A280DA (or 0xA280DA) is known color: Medium Purple. HEX triplet: A2, 80 and DA. RGB value is (162,128,218). Sum of RGB (Red+Green+Blue) = 162+128+218=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #A280DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A280DA is #5D7F25. Grayscale: #949494. Windows color (decimal): -6127398 or 14319778. OLE color: 14319778.

HSL color Cylindrical-coordinate representation of color #A280DA: hue angle of 262.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A280DA is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 128 218 -
CMYK 0.26 0.41 0 0.15
HSL 262.67º 0.55% 0.68% -
HSV(B) 262.67º 0.41% 0.85% -
XYZ 35.27 28.18 69.91 -
YUV 148.43 167.26 137.68 -
System Red Green Blue C M Y K H S L
Decimal 162 128 218 0.26 0.41 0 0.15 262.67 0.55 0.68
Hex A2 80 DA 1A 29 0 F 107 37 44
Octal 242 200 332 32 51 0 17 407 67 104
Binary 10100010 10000000 11011010 11010 101001 0 1111 100000111 110111 1000100

Color Harmonies of #A280DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A280DA

Black with #A280DA

Text Example


Text Example

White with #A280DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A280DA; }

 p { color: rgb(162,128,218); }

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

background-color css

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

 a { background-color: rgb(162,128,218); }

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

border-color css

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

 span { border-color: rgb(162,128,218); }

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