Html Css Color HEX #A489E1 Biloba Flower

📋 copy color: '#A489E1'

red 164 ◦ green 137 ◦ blue 225

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

Shades of Biloba Flower #A489E1

Tints of Biloba Flower #A489E1

RGB

 RED value IS 164 (64.45% from 255) = 31.18%

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

 BLUE value IS 225 (88.28% from 255) = 42.78%

R = 31.18%
G = 26.05%
B = 42.78%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A489E1 (or 0xA489E1) is known color: Biloba Flower. HEX triplet: A4, 89 and E1. RGB value is (164,137,225). Sum of RGB (Red+Green+Blue) = 164+137+225=526 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.18% from 526); Green value is 137 (53.91% from 255 or 26.05% from 526); Blue value is 225 (88.28% from 255 or 42.78% from 526); Max value from RGB is 225 - color contains mainly: blue. Hex color #A489E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A489E1 is #5B761E. Grayscale: #9A9A9A. Windows color (decimal): -5994015 or 14780836. OLE color: 14780836.

HSL color Cylindrical-coordinate representation of color #A489E1: hue angle of 258.41º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A489E1 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 164 137 225 -
CMYK 0.27 0.39 0 0.12
HSL 258.41º 0.59% 0.71% -
HSV(B) 258.41º 0.39% 0.88% -
XYZ 37.85 31.22 75.27 -
YUV 155.11 167.45 134.34 -
System Red Green Blue C M Y K H S L
Decimal 164 137 225 0.27 0.39 0 0.12 258.41 0.59 0.71
Hex A4 89 E1 1B 27 0 C 102 3B 47
Octal 244 211 341 33 47 0 14 402 73 107
Binary 10100100 10001001 11100001 11011 100111 0 1100 100000010 111011 1000111

Color Harmonies of #A489E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A489E1

Black with #A489E1

Text Example


Text Example

White with #A489E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A489E1; }

 p { color: rgb(164,137,225); }

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

background-color css

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

 a { background-color: rgb(164,137,225); }

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

border-color css

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

 span { border-color: rgb(164,137,225); }

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