Html Css Color HEX #A283F0 Medium Purple

📋 copy color: '#A283F0'

red 162 ◦ green 131 ◦ blue 240

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

Shades of Medium Purple #A283F0

Tints of Medium Purple #A283F0

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.58%

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

R = 30.39%
G = 24.58%
B = 45.03%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A283F0 (or 0xA283F0) is known color: Medium Purple. HEX triplet: A2, 83 and F0. RGB value is (162,131,240). Sum of RGB (Red+Green+Blue) = 162+131+240=533 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.39% from 533); Green value is 131 (51.56% from 255 or 24.58% from 533); Blue value is 240 (94.14% from 255 or 45.03% from 533); Max value from RGB is 240 - color contains mainly: blue. Hex color #A283F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A283F0 is #5D7C0F. Grayscale: #989898. Windows color (decimal): -6126608 or 15762338. OLE color: 15762338.

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

Color convert

RGB 162 131 240 -
CMYK 0.32 0.45 0 0.06
HSL 257.06º 0.78% 0.73% -
HSV(B) 257.06º 0.45% 0.94% -
XYZ 38.74 30.21 86.23 -
YUV 152.7 177.27 134.64 -
System Red Green Blue C M Y K H S L
Decimal 162 131 240 0.32 0.45 0 0.06 257.06 0.78 0.73
Hex A2 83 F0 20 2D 0 6 101 4E 49
Octal 242 203 360 40 55 0 6 401 116 111
Binary 10100010 10000011 11110000 100000 101101 0 110 100000001 1001110 1001001

Color Harmonies of #A283F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A283F0

Black with #A283F0

Text Example


Text Example

White with #A283F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A283F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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