Html Css Color HEX #A489E4 Biloba Flower

📋 copy color: '#A489E4'

red 164 ◦ green 137 ◦ blue 228

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

Shades of Biloba Flower #A489E4

Tints of Biloba Flower #A489E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 43.1%

R = 31%
G = 25.9%
B = 43.1%

CMYK

 C value IS 0.28

 M value IS 0.40

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A489E4 (or 0xA489E4) is known color: Biloba Flower. HEX triplet: A4, 89 and E4. RGB value is (164,137,228). Sum of RGB (Red+Green+Blue) = 164+137+228=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 137 (53.91% from 255 or 25.90% from 529); Blue value is 228 (89.45% from 255 or 43.10% from 529); Max value from RGB is 228 - color contains mainly: blue. Hex color #A489E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A489E4 is #5B761B. Grayscale: #9B9B9B. Windows color (decimal): -5994012 or 14977444. OLE color: 14977444.

HSL color Cylindrical-coordinate representation of color #A489E4: hue angle of 257.8º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A489E4 is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 164 137 228 -
CMYK 0.28 0.40 0 0.11
HSL 257.8º 0.63% 0.72% -
HSV(B) 257.8º 0.4% 0.89% -
XYZ 38.26 31.39 77.44 -
YUV 155.45 168.95 134.1 -
System Red Green Blue C M Y K H S L
Decimal 164 137 228 0.28 0.40 0 0.11 257.8 0.63 0.72
Hex A4 89 E4 1C 28 0 B 102 3F 48
Octal 244 211 344 34 50 0 13 402 77 110
Binary 10100100 10001001 11100100 11100 101000 0 1011 100000010 111111 1001000

Color Harmonies of #A489E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A489E4

Black with #A489E4

Text Example


Text Example

White with #A489E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A489E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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