Html Css Color HEX #A589DD Biloba Flower

📋 copy color: '#A589DD'

red 165 ◦ green 137 ◦ blue 221

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

Shades of Biloba Flower #A589DD

Tints of Biloba Flower #A589DD

RGB

 RED value IS 165 (64.84% from 255) = 31.55%

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

 BLUE value IS 221 (86.72% from 255) = 42.26%

R = 31.55%
G = 26.2%
B = 42.26%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A589DD (or 0xA589DD) is known color: Biloba Flower. HEX triplet: A5, 89 and DD. RGB value is (165,137,221). Sum of RGB (Red+Green+Blue) = 165+137+221=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 137 (53.91% from 255 or 26.20% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #A589DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A589DD is #5A7622. Grayscale: #9A9A9A. Windows color (decimal): -5928483 or 14518693. OLE color: 14518693.

HSL color Cylindrical-coordinate representation of color #A589DD: hue angle of 260º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A589DD is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 137 221 -
CMYK 0.25 0.38 0 0.13
HSL 260º 0.55% 0.7% -
HSV(B) 260º 0.38% 0.87% -
XYZ 37.51 31.11 72.43 -
YUV 154.95 165.28 135.17 -
System Red Green Blue C M Y K H S L
Decimal 165 137 221 0.25 0.38 0 0.13 260 0.55 0.7
Hex A5 89 DD 19 26 0 D 104 37 46
Octal 245 211 335 31 46 0 15 404 67 106
Binary 10100101 10001001 11011101 11001 100110 0 1101 100000100 110111 1000110

Color Harmonies of #A589DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A589DD

Black with #A589DD

Text Example


Text Example

White with #A589DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A589DD; }

 p { color: rgb(165,137,221); }

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

background-color css

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

 a { background-color: rgb(165,137,221); }

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

border-color css

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

 span { border-color: rgb(165,137,221); }

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