Html Css Color HEX #A089F0 Medium Purple

📋 copy color: '#A089F0'

red 160 ◦ green 137 ◦ blue 240

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

Shades of Medium Purple #A089F0

Tints of Medium Purple #A089F0

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.51%

 BLUE value IS 240 (94.14% from 255) = 44.69%

R = 29.8%
G = 25.51%
B = 44.69%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A089F0 (or 0xA089F0) is known color: Medium Purple. HEX triplet: A0, 89 and F0. RGB value is (160,137,240). Sum of RGB (Red+Green+Blue) = 160+137+240=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 137 (53.91% from 255 or 25.51% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 240 - color contains mainly: blue. Hex color #A089F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A089F0 is #5F760F. Grayscale: #9B9B9B. Windows color (decimal): -6256144 or 15763872. OLE color: 15763872.

HSL color Cylindrical-coordinate representation of color #A089F0: hue angle of 253.4º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A089F0 is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 137 240 -
CMYK 0.33 0.43 0 0.06
HSL 253.4º 0.77% 0.74% -
HSV(B) 253.4º 0.43% 0.94% -
XYZ 39.17 31.66 86.48 -
YUV 155.62 175.62 131.12 -
System Red Green Blue C M Y K H S L
Decimal 160 137 240 0.33 0.43 0 0.06 253.4 0.77 0.74
Hex A0 89 F0 21 2B 0 6 FD 4D 4A
Octal 240 211 360 41 53 0 6 375 115 112
Binary 10100000 10001001 11110000 100001 101011 0 110 11111101 1001101 1001010

Color Harmonies of #A089F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A089F0

Black with #A089F0

Text Example


Text Example

White with #A089F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A089F0; }

 p { color: rgb(160,137,240); }

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

background-color css

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

 a { background-color: rgb(160,137,240); }

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

border-color css

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

 span { border-color: rgb(160,137,240); }

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