Html Css Color HEX #A280EE Medium Purple

📋 copy color: '#A280EE'

red 162 ◦ green 128 ◦ blue 238

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

Shades of Medium Purple #A280EE

Tints of Medium Purple #A280EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.08%

R = 30.68%
G = 24.24%
B = 45.08%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A280EE (or 0xA280EE) is known color: Medium Purple. HEX triplet: A2, 80 and EE. RGB value is (162,128,238). Sum of RGB (Red+Green+Blue) = 162+128+238=528 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.68% from 528); Green value is 128 (50.39% from 255 or 24.24% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #A280EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A280EE is #5D7F11. Grayscale: #969696. Windows color (decimal): -6127378 or 15630498. OLE color: 15630498.

HSL color Cylindrical-coordinate representation of color #A280EE: hue angle of 258.55º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A280EE is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 128 238 -
CMYK 0.32 0.46 0 0.07
HSL 258.55º 0.76% 0.72% -
HSV(B) 258.55º 0.46% 0.93% -
XYZ 38.05 29.29 84.54 -
YUV 150.71 177.26 136.06 -
System Red Green Blue C M Y K H S L
Decimal 162 128 238 0.32 0.46 0 0.07 258.55 0.76 0.72
Hex A2 80 EE 20 2E 0 7 103 4C 48
Octal 242 200 356 40 56 0 7 403 114 110
Binary 10100010 10000000 11101110 100000 101110 0 111 100000011 1001100 1001000

Color Harmonies of #A280EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A280EE

Black with #A280EE

Text Example


Text Example

White with #A280EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A280EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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