Html Css Color HEX #A284F4 Medium Purple

📋 copy color: '#A284F4'

red 162 ◦ green 132 ◦ blue 244

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

Shades of Medium Purple #A284F4

Tints of Medium Purple #A284F4

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.54%

 BLUE value IS 244 (95.7% from 255) = 45.35%

R = 30.11%
G = 24.54%
B = 45.35%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A284F4 (or 0xA284F4) is known color: Medium Purple. HEX triplet: A2, 84 and F4. RGB value is (162,132,244). Sum of RGB (Red+Green+Blue) = 162+132+244=538 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.11% from 538); Green value is 132 (51.95% from 255 or 24.54% from 538); Blue value is 244 (95.70% from 255 or 45.35% from 538); Max value from RGB is 244 - color contains mainly: blue. Hex color #A284F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A284F4 is #5D7B0B. Grayscale: #999999. Windows color (decimal): -6126348 or 16024738. OLE color: 16024738.

HSL color Cylindrical-coordinate representation of color #A284F4: hue angle of 256.07º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A284F4 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 162 132 244 -
CMYK 0.34 0.46 0 0.04
HSL 256.07º 0.84% 0.74% -
HSV(B) 256.07º 0.46% 0.96% -
XYZ 39.48 30.72 89.44 -
YUV 153.74 178.94 133.89 -
System Red Green Blue C M Y K H S L
Decimal 162 132 244 0.34 0.46 0 0.04 256.07 0.84 0.74
Hex A2 84 F4 22 2E 0 4 100 54 4A
Octal 242 204 364 42 56 0 4 400 124 112
Binary 10100010 10000100 11110100 100010 101110 0 100 100000000 1010100 1001010

Color Harmonies of #A284F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A284F4

Black with #A284F4

Text Example


Text Example

White with #A284F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A284F4; }

 p { color: rgb(162,132,244); }

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

background-color css

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

 a { background-color: rgb(162,132,244); }

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

border-color css

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

 span { border-color: rgb(162,132,244); }

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