Html Css Color HEX #A281E4 Medium Purple

📋 copy color: '#A281E4'

red 162 ◦ green 129 ◦ blue 228

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

Shades of Medium Purple #A281E4

Tints of Medium Purple #A281E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 43.93%

R = 31.21%
G = 24.86%
B = 43.93%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A281E4 (or 0xA281E4) is known color: Medium Purple. HEX triplet: A2, 81 and E4. RGB value is (162,129,228). Sum of RGB (Red+Green+Blue) = 162+129+228=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 129 (50.78% from 255 or 24.86% from 519); Blue value is 228 (89.45% from 255 or 43.93% from 519); Max value from RGB is 228 - color contains mainly: blue. Hex color #A281E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A281E4 is #5D7E1B. Grayscale: #959595. Windows color (decimal): -6127132 or 14975394. OLE color: 14975394.

HSL color Cylindrical-coordinate representation of color #A281E4: hue angle of 260º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A281E4 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 162 129 228 -
CMYK 0.29 0.43 0 0.11
HSL 260º 0.65% 0.7% -
HSV(B) 260º 0.43% 0.89% -
XYZ 36.75 28.98 77.06 -
YUV 150.15 171.93 136.45 -
System Red Green Blue C M Y K H S L
Decimal 162 129 228 0.29 0.43 0 0.11 260 0.65 0.7
Hex A2 81 E4 1D 2B 0 B 104 41 46
Octal 242 201 344 35 53 0 13 404 101 106
Binary 10100010 10000001 11100100 11101 101011 0 1011 100000100 1000001 1000110

Color Harmonies of #A281E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A281E4

Black with #A281E4

Text Example


Text Example

White with #A281E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A281E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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