Html Css Color HEX #A589ED Biloba Flower

📋 copy color: '#A589ED'

red 165 ◦ green 137 ◦ blue 237

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

Shades of Biloba Flower #A589ED

Tints of Biloba Flower #A589ED

RGB

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

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

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

R = 30.61%
G = 25.42%
B = 43.97%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A589ED (or 0xA589ED) is known color: Biloba Flower. HEX triplet: A5, 89 and ED. RGB value is (165,137,237). Sum of RGB (Red+Green+Blue) = 165+137+237=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 137 (53.91% from 255 or 25.42% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #A589ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A589ED is #5A7612. Grayscale: #9C9C9C. Windows color (decimal): -5928467 or 15567269. OLE color: 15567269.

HSL color Cylindrical-coordinate representation of color #A589ED: hue angle of 256.8º 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 #A589ED is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 137 237 -
CMYK 0.30 0.42 0 0.07
HSL 256.8º 0.74% 0.73% -
HSV(B) 256.8º 0.42% 0.93% -
XYZ 39.75 32.01 84.2 -
YUV 156.77 173.28 133.87 -
System Red Green Blue C M Y K H S L
Decimal 165 137 237 0.30 0.42 0 0.07 256.8 0.74 0.73
Hex A5 89 ED 1E 2A 0 7 101 4A 49
Octal 245 211 355 36 52 0 7 401 112 111
Binary 10100101 10001001 11101101 11110 101010 0 111 100000001 1001010 1001001

Color Harmonies of #A589ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A589ED

Black with #A589ED

Text Example


Text Example

White with #A589ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A589ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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