Html Css Color HEX #A489E2 Biloba Flower

📋 copy color: '#A489E2'

red 164 ◦ green 137 ◦ blue 226

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

Shades of Biloba Flower #A489E2

Tints of Biloba Flower #A489E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 42.88%

R = 31.12%
G = 26%
B = 42.88%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A489E2 (or 0xA489E2) is known color: Biloba Flower. HEX triplet: A4, 89 and E2. RGB value is (164,137,226). Sum of RGB (Red+Green+Blue) = 164+137+226=527 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.12% from 527); Green value is 137 (53.91% from 255 or 26.00% from 527); Blue value is 226 (88.67% from 255 or 42.88% from 527); Max value from RGB is 226 - color contains mainly: blue. Hex color #A489E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A489E2 is #5B761D. Grayscale: #9A9A9A. Windows color (decimal): -5994014 or 14846372. OLE color: 14846372.

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

Color convert

RGB 164 137 226 -
CMYK 0.27 0.39 0 0.11
HSL 258.2º 0.61% 0.71% -
HSV(B) 258.2º 0.39% 0.89% -
XYZ 37.98 31.27 75.99 -
YUV 155.22 167.95 134.26 -
System Red Green Blue C M Y K H S L
Decimal 164 137 226 0.27 0.39 0 0.11 258.2 0.61 0.71
Hex A4 89 E2 1B 27 0 B 102 3D 47
Octal 244 211 342 33 47 0 13 402 75 107
Binary 10100100 10001001 11100010 11011 100111 0 1011 100000010 111101 1000111

Color Harmonies of #A489E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A489E2

Black with #A489E2

Text Example


Text Example

White with #A489E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A489E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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