Html Css Color HEX #A281F0 Medium Purple

📋 copy color: '#A281F0'

red 162 ◦ green 129 ◦ blue 240

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

Shades of Medium Purple #A281F0

Tints of Medium Purple #A281F0

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.29%

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

R = 30.51%
G = 24.29%
B = 45.2%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A281F0 (or 0xA281F0) is known color: Medium Purple. HEX triplet: A2, 81 and F0. RGB value is (162,129,240). Sum of RGB (Red+Green+Blue) = 162+129+240=531 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.51% from 531); Green value is 129 (50.78% from 255 or 24.29% from 531); Blue value is 240 (94.14% from 255 or 45.20% from 531); Max value from RGB is 240 - color contains mainly: blue. Hex color #A281F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A281F0 is #5D7E0F. Grayscale: #979797. Windows color (decimal): -6127120 or 15761826. OLE color: 15761826.

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

Color convert

RGB 162 129 240 -
CMYK 0.32 0.46 0 0.06
HSL 257.84º 0.79% 0.72% -
HSV(B) 257.84º 0.46% 0.94% -
XYZ 38.48 29.67 86.14 -
YUV 151.52 177.93 135.47 -
System Red Green Blue C M Y K H S L
Decimal 162 129 240 0.32 0.46 0 0.06 257.84 0.79 0.72
Hex A2 81 F0 20 2E 0 6 102 4F 48
Octal 242 201 360 40 56 0 6 402 117 110
Binary 10100010 10000001 11110000 100000 101110 0 110 100000010 1001111 1001000

Color Harmonies of #A281F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A281F0

Black with #A281F0

Text Example


Text Example

White with #A281F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A281F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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