Html Css Color HEX #A081EA Medium Purple

📋 copy color: '#A081EA'

red 160 ◦ green 129 ◦ blue 234

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

Shades of Medium Purple #A081EA

Tints of Medium Purple #A081EA

RGB

 RED value IS 160 (62.89% from 255) = 30.59%

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

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

R = 30.59%
G = 24.67%
B = 44.74%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A081EA (or 0xA081EA) is known color: Medium Purple. HEX triplet: A0, 81 and EA. RGB value is (160,129,234). Sum of RGB (Red+Green+Blue) = 160+129+234=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 129 (50.78% from 255 or 24.67% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #A081EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A081EA is #5F7E15. Grayscale: #959595. Windows color (decimal): -6258198 or 15368608. OLE color: 15368608.

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

Color convert

RGB 160 129 234 -
CMYK 0.32 0.45 0 0.08
HSL 257.71º 0.71% 0.71% -
HSV(B) 257.71º 0.45% 0.92% -
XYZ 37.2 29.11 81.5 -
YUV 150.24 175.27 134.96 -
System Red Green Blue C M Y K H S L
Decimal 160 129 234 0.32 0.45 0 0.08 257.71 0.71 0.71
Hex A0 81 EA 20 2D 0 8 102 47 47
Octal 240 201 352 40 55 0 10 402 107 107
Binary 10100000 10000001 11101010 100000 101101 0 1000 100000010 1000111 1000111

Color Harmonies of #A081EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A081EA

Black with #A081EA

Text Example


Text Example

White with #A081EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A081EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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