Html Css Color HEX #A781EA Medium Purple

📋 copy color: '#A781EA'

red 167 ◦ green 129 ◦ blue 234

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

Shades of Medium Purple #A781EA

Tints of Medium Purple #A781EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.15%

R = 31.51%
G = 24.34%
B = 44.15%

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

#A781EA (or 0xA781EA) is known color: Medium Purple. HEX triplet: A7, 81 and EA. RGB value is (167,129,234). Sum of RGB (Red+Green+Blue) = 167+129+234=530 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.51% from 530); Green value is 129 (50.78% from 255 or 24.34% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #A781EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A781EA is #587E15. Grayscale: #979797. Windows color (decimal): -5799446 or 15368615. OLE color: 15368615.

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

Color convert

RGB 167 129 234 -
CMYK 0.29 0.45 0 0.08
HSL 261.71º 0.71% 0.71% -
HSV(B) 261.71º 0.45% 0.92% -
XYZ 38.64 29.86 81.57 -
YUV 152.33 174.09 138.46 -
System Red Green Blue C M Y K H S L
Decimal 167 129 234 0.29 0.45 0 0.08 261.71 0.71 0.71
Hex A7 81 EA 1D 2D 0 8 106 47 47
Octal 247 201 352 35 55 0 10 406 107 107
Binary 10100111 10000001 11101010 11101 101101 0 1000 100000110 1000111 1000111

Color Harmonies of #A781EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A781EA

Black with #A781EA

Text Example


Text Example

White with #A781EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A781EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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