Html Css Color HEX #A489ED Biloba Flower

📋 copy color: '#A489ED'

red 164 ◦ green 137 ◦ blue 237

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

Shades of Biloba Flower #A489ED

Tints of Biloba Flower #A489ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.05%

R = 30.48%
G = 25.46%
B = 44.05%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A489ED (or 0xA489ED) is known color: Biloba Flower. HEX triplet: A4, 89 and ED. RGB value is (164,137,237). Sum of RGB (Red+Green+Blue) = 164+137+237=538 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.48% from 538); Green value is 137 (53.91% from 255 or 25.46% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #A489ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A489ED is #5B7612. Grayscale: #9C9C9C. Windows color (decimal): -5994003 or 15567268. OLE color: 15567268.

HSL color Cylindrical-coordinate representation of color #A489ED: hue angle of 256.2º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A489ED is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 137 237 -
CMYK 0.31 0.42 0 0.07
HSL 256.2º 0.74% 0.73% -
HSV(B) 256.2º 0.42% 0.93% -
XYZ 39.54 31.9 84.19 -
YUV 156.47 173.45 133.37 -
System Red Green Blue C M Y K H S L
Decimal 164 137 237 0.31 0.42 0 0.07 256.2 0.74 0.73
Hex A4 89 ED 1F 2A 0 7 100 4A 49
Octal 244 211 355 37 52 0 7 400 112 111
Binary 10100100 10001001 11101101 11111 101010 0 111 100000000 1001010 1001001

Color Harmonies of #A489ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A489ED

Black with #A489ED

Text Example


Text Example

White with #A489ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A489ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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