Html Css Color HEX #A781E0 Medium Purple

📋 copy color: '#A781E0'

red 167 ◦ green 129 ◦ blue 224

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

Shades of Medium Purple #A781E0

Tints of Medium Purple #A781E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.08%

R = 32.12%
G = 24.81%
B = 43.08%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A781E0 (or 0xA781E0) is known color: Medium Purple. HEX triplet: A7, 81 and E0. RGB value is (167,129,224). Sum of RGB (Red+Green+Blue) = 167+129+224=520 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.12% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 224 (87.89% from 255 or 43.08% from 520); Max value from RGB is 224 - color contains mainly: blue. Hex color #A781E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A781E0 is #587E1F. Grayscale: #969696. Windows color (decimal): -5799456 or 14713255. OLE color: 14713255.

HSL color Cylindrical-coordinate representation of color #A781E0: hue angle of 264º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A781E0 is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 167 129 224 -
CMYK 0.25 0.42 0 0.12
HSL 264º 0.61% 0.69% -
HSV(B) 264º 0.42% 0.88% -
XYZ 37.24 29.3 74.21 -
YUV 151.19 169.09 139.28 -
System Red Green Blue C M Y K H S L
Decimal 167 129 224 0.25 0.42 0 0.12 264 0.61 0.69
Hex A7 81 E0 19 2A 0 C 108 3D 45
Octal 247 201 340 31 52 0 14 410 75 105
Binary 10100111 10000001 11100000 11001 101010 0 1100 100001000 111101 1000101

Color Harmonies of #A781E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A781E0

Black with #A781E0

Text Example


Text Example

White with #A781E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A781E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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