Html Css Color HEX #A281EB Medium Purple

📋 copy color: '#A281EB'

red 162 ◦ green 129 ◦ blue 235

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

Shades of Medium Purple #A281EB

Tints of Medium Purple #A281EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.68%

R = 30.8%
G = 24.52%
B = 44.68%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A281EB (or 0xA281EB) is known color: Medium Purple. HEX triplet: A2, 81 and EB. RGB value is (162,129,235). Sum of RGB (Red+Green+Blue) = 162+129+235=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 129 (50.78% from 255 or 24.52% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #A281EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A281EB is #5D7E14. Grayscale: #969696. Windows color (decimal): -6127125 or 15434146. OLE color: 15434146.

HSL color Cylindrical-coordinate representation of color #A281EB: hue angle of 258.68º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A281EB is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 129 235 -
CMYK 0.31 0.45 0 0.08
HSL 258.68º 0.73% 0.71% -
HSV(B) 258.68º 0.45% 0.92% -
XYZ 37.75 29.38 82.28 -
YUV 150.95 175.43 135.88 -
System Red Green Blue C M Y K H S L
Decimal 162 129 235 0.31 0.45 0 0.08 258.68 0.73 0.71
Hex A2 81 EB 1F 2D 0 8 103 49 47
Octal 242 201 353 37 55 0 10 403 111 107
Binary 10100010 10000001 11101011 11111 101101 0 1000 100000011 1001001 1000111

Color Harmonies of #A281EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A281EB

Black with #A281EB

Text Example


Text Example

White with #A281EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A281EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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