Html Css Color HEX #A781EB Medium Purple

📋 copy color: '#A781EB'

red 167 ◦ green 129 ◦ blue 235

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

Shades of Medium Purple #A781EB

Tints of Medium Purple #A781EB

RGB

 RED value IS 167 (65.63% from 255) = 31.45%

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

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

R = 31.45%
G = 24.29%
B = 44.26%

CMYK

 C value IS 0.29

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A781EB (or 0xA781EB) is known color: Medium Purple. HEX triplet: A7, 81 and EB. RGB value is (167,129,235). Sum of RGB (Red+Green+Blue) = 167+129+235=531 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.45% from 531); Green value is 129 (50.78% from 255 or 24.29% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #A781EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A781EB is #587E14. Grayscale: #989898. Windows color (decimal): -5799445 or 15434151. OLE color: 15434151.

HSL color Cylindrical-coordinate representation of color #A781EB: hue angle of 261.51º 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 #A781EB is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 167 129 235 -
CMYK 0.29 0.45 0 0.08
HSL 261.51º 0.73% 0.71% -
HSV(B) 261.51º 0.45% 0.92% -
XYZ 38.78 29.91 82.33 -
YUV 152.45 174.59 138.38 -
System Red Green Blue C M Y K H S L
Decimal 167 129 235 0.29 0.45 0 0.08 261.51 0.73 0.71
Hex A7 81 EB 1D 2D 0 8 106 49 47
Octal 247 201 353 35 55 0 10 406 111 107
Binary 10100111 10000001 11101011 11101 101101 0 1000 100000110 1001001 1000111

Color Harmonies of #A781EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A781EB

Black with #A781EB

Text Example


Text Example

White with #A781EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A781EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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