Html Css Color HEX #A284F7 Medium Purple

📋 copy color: '#A284F7'

red 162 ◦ green 132 ◦ blue 247

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

Shades of Medium Purple #A284F7

Tints of Medium Purple #A284F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 45.66%

R = 29.94%
G = 24.4%
B = 45.66%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A284F7 (or 0xA284F7) is known color: Medium Purple. HEX triplet: A2, 84 and F7. RGB value is (162,132,247). Sum of RGB (Red+Green+Blue) = 162+132+247=541 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.94% from 541); Green value is 132 (51.95% from 255 or 24.40% from 541); Blue value is 247 (96.88% from 255 or 45.66% from 541); Max value from RGB is 247 - color contains mainly: blue. Hex color #A284F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A284F7 is #5D7B08. Grayscale: #999999. Windows color (decimal): -6126345 or 16221346. OLE color: 16221346.

HSL color Cylindrical-coordinate representation of color #A284F7: hue angle of 255.65º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A284F7 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 162 132 247 -
CMYK 0.34 0.47 0 0.03
HSL 255.65º 0.88% 0.74% -
HSV(B) 255.65º 0.47% 0.97% -
XYZ 39.94 30.9 91.85 -
YUV 154.08 180.44 133.65 -
System Red Green Blue C M Y K H S L
Decimal 162 132 247 0.34 0.47 0 0.03 255.65 0.88 0.74
Hex A2 84 F7 22 2F 0 3 100 58 4A
Octal 242 204 367 42 57 0 3 400 130 112
Binary 10100010 10000100 11110111 100010 101111 0 11 100000000 1011000 1001010

Color Harmonies of #A284F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A284F7

Black with #A284F7

Text Example


Text Example

White with #A284F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A284F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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