Html Css Color HEX #A589DC Biloba Flower

📋 copy color: '#A589DC'

red 165 ◦ green 137 ◦ blue 220

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

Shades of Biloba Flower #A589DC

Tints of Biloba Flower #A589DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.15%

R = 31.61%
G = 26.25%
B = 42.15%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A589DC (or 0xA589DC) is known color: Biloba Flower. HEX triplet: A5, 89 and DC. RGB value is (165,137,220). Sum of RGB (Red+Green+Blue) = 165+137+220=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 137 (53.91% from 255 or 26.25% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #A589DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A589DC is #5A7623. Grayscale: #9A9A9A. Windows color (decimal): -5928484 or 14453157. OLE color: 14453157.

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

Color convert

RGB 165 137 220 -
CMYK 0.25 0.38 0 0.14
HSL 260.24º 0.54% 0.7% -
HSV(B) 260.24º 0.38% 0.86% -
XYZ 37.38 31.06 71.73 -
YUV 154.83 164.78 135.25 -
System Red Green Blue C M Y K H S L
Decimal 165 137 220 0.25 0.38 0 0.14 260.24 0.54 0.7
Hex A5 89 DC 19 26 0 E 104 36 46
Octal 245 211 334 31 46 0 16 404 66 106
Binary 10100101 10001001 11011100 11001 100110 0 1110 100000100 110110 1000110

Color Harmonies of #A589DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A589DC

Black with #A589DC

Text Example


Text Example

White with #A589DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A589DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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