Html Css Color HEX #A081DA Medium Purple

📋 copy color: '#A081DA'

red 160 ◦ green 129 ◦ blue 218

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

Shades of Medium Purple #A081DA

Tints of Medium Purple #A081DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43%

R = 31.56%
G = 25.44%
B = 43%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A081DA (or 0xA081DA) is known color: Medium Purple. HEX triplet: A0, 81 and DA. RGB value is (160,129,218). Sum of RGB (Red+Green+Blue) = 160+129+218=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 129 (50.78% from 255 or 25.44% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #A081DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A081DA is #5F7E25. Grayscale: #949494. Windows color (decimal): -6258214 or 14320032. OLE color: 14320032.

HSL color Cylindrical-coordinate representation of color #A081DA: hue angle of 260.9º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A081DA is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 129 218 -
CMYK 0.27 0.41 0 0.15
HSL 260.9º 0.55% 0.68% -
HSV(B) 260.9º 0.41% 0.85% -
XYZ 35 28.24 69.93 -
YUV 148.42 167.27 136.26 -
System Red Green Blue C M Y K H S L
Decimal 160 129 218 0.27 0.41 0 0.15 260.9 0.55 0.68
Hex A0 81 DA 1B 29 0 F 105 37 44
Octal 240 201 332 33 51 0 17 405 67 104
Binary 10100000 10000001 11011010 11011 101001 0 1111 100000101 110111 1000100

Color Harmonies of #A081DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A081DA

Black with #A081DA

Text Example


Text Example

White with #A081DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A081DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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