Html Css Color HEX #A280F0 Medium Purple

📋 copy color: '#A280F0'

red 162 ◦ green 128 ◦ blue 240

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

Shades of Medium Purple #A280F0

Tints of Medium Purple #A280F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 45.28%

R = 30.57%
G = 24.15%
B = 45.28%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A280F0 (or 0xA280F0) is known color: Medium Purple. HEX triplet: A2, 80 and F0. RGB value is (162,128,240). Sum of RGB (Red+Green+Blue) = 162+128+240=530 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.57% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 240 (94.14% from 255 or 45.28% from 530); Max value from RGB is 240 - color contains mainly: blue. Hex color #A280F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A280F0 is #5D7F0F. Grayscale: #969696. Windows color (decimal): -6127376 or 15761570. OLE color: 15761570.

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

Color convert

RGB 162 128 240 -
CMYK 0.32 0.47 0 0.06
HSL 258.21º 0.79% 0.72% -
HSV(B) 258.21º 0.47% 0.94% -
XYZ 38.35 29.41 86.09 -
YUV 150.93 178.26 135.89 -
System Red Green Blue C M Y K H S L
Decimal 162 128 240 0.32 0.47 0 0.06 258.21 0.79 0.72
Hex A2 80 F0 20 2F 0 6 102 4F 48
Octal 242 200 360 40 57 0 6 402 117 110
Binary 10100010 10000000 11110000 100000 101111 0 110 100000010 1001111 1001000

Color Harmonies of #A280F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A280F0

Black with #A280F0

Text Example


Text Example

White with #A280F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A280F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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