Html Css Color HEX #A489DF Biloba Flower

📋 copy color: '#A489DF'

red 164 ◦ green 137 ◦ blue 223

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

Shades of Biloba Flower #A489DF

Tints of Biloba Flower #A489DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.56%

R = 31.3%
G = 26.15%
B = 42.56%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A489DF (or 0xA489DF) is known color: Biloba Flower. HEX triplet: A4, 89 and DF. RGB value is (164,137,223). Sum of RGB (Red+Green+Blue) = 164+137+223=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 137 (53.91% from 255 or 26.15% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #A489DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A489DF is #5B7620. Grayscale: #9A9A9A. Windows color (decimal): -5994017 or 14649764. OLE color: 14649764.

HSL color Cylindrical-coordinate representation of color #A489DF: hue angle of 258.84º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A489DF is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 137 223 -
CMYK 0.26 0.39 0 0.13
HSL 258.84º 0.57% 0.71% -
HSV(B) 258.84º 0.39% 0.87% -
XYZ 37.57 31.11 73.84 -
YUV 154.88 166.45 134.51 -
System Red Green Blue C M Y K H S L
Decimal 164 137 223 0.26 0.39 0 0.13 258.84 0.57 0.71
Hex A4 89 DF 1A 27 0 D 103 39 47
Octal 244 211 337 32 47 0 15 403 71 107
Binary 10100100 10001001 11011111 11010 100111 0 1101 100000011 111001 1000111

Color Harmonies of #A489DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A489DF

Black with #A489DF

Text Example


Text Example

White with #A489DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A489DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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