Html Css Color HEX #A589D0 Biloba Flower

📋 copy color: '#A589D0'

red 165 ◦ green 137 ◦ blue 208

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

Shades of Biloba Flower #A589D0

Tints of Biloba Flower #A589D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.78%

R = 32.35%
G = 26.86%
B = 40.78%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A589D0 (or 0xA589D0) is known color: Biloba Flower. HEX triplet: A5, 89 and D0. RGB value is (165,137,208). Sum of RGB (Red+Green+Blue) = 165+137+208=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 137 (53.91% from 255 or 26.86% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 208 - color contains mainly: blue. Hex color #A589D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A589D0 is #5A762F. Grayscale: #999999. Windows color (decimal): -5928496 or 13666725. OLE color: 13666725.

HSL color Cylindrical-coordinate representation of color #A589D0: hue angle of 263.66º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A589D0 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 137 208 -
CMYK 0.21 0.34 0 0.18
HSL 263.66º 0.43% 0.68% -
HSV(B) 263.66º 0.34% 0.82% -
XYZ 35.85 30.44 63.66 -
YUV 153.47 158.78 136.23 -
System Red Green Blue C M Y K H S L
Decimal 165 137 208 0.21 0.34 0 0.18 263.66 0.43 0.68
Hex A5 89 D0 15 22 0 12 108 2B 44
Octal 245 211 320 25 42 0 22 410 53 104
Binary 10100101 10001001 11010000 10101 100010 0 10010 100001000 101011 1000100

Color Harmonies of #A589D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A589D0

Black with #A589D0

Text Example


Text Example

White with #A589D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A589D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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