Html Css Color HEX #A589F0 Biloba Flower

📋 copy color: '#A589F0'

red 165 ◦ green 137 ◦ blue 240

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

Shades of Biloba Flower #A589F0

Tints of Biloba Flower #A589F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.28%

R = 30.44%
G = 25.28%
B = 44.28%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A589F0 (or 0xA589F0) is known color: Biloba Flower. HEX triplet: A5, 89 and F0. RGB value is (165,137,240). Sum of RGB (Red+Green+Blue) = 165+137+240=542 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.44% from 542); Green value is 137 (53.91% from 255 or 25.28% from 542); Blue value is 240 (94.14% from 255 or 44.28% from 542); Max value from RGB is 240 - color contains mainly: blue. Hex color #A589F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A589F0 is #5A760F. Grayscale: #9C9C9C. Windows color (decimal): -5928464 or 15763877. OLE color: 15763877.

HSL color Cylindrical-coordinate representation of color #A589F0: hue angle of 256.31º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A589F0 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 137 240 -
CMYK 0.31 0.43 0 0.06
HSL 256.31º 0.77% 0.74% -
HSV(B) 256.31º 0.43% 0.94% -
XYZ 40.19 32.18 86.53 -
YUV 157.11 174.78 133.62 -
System Red Green Blue C M Y K H S L
Decimal 165 137 240 0.31 0.43 0 0.06 256.31 0.77 0.74
Hex A5 89 F0 1F 2B 0 6 100 4D 4A
Octal 245 211 360 37 53 0 6 400 115 112
Binary 10100101 10001001 11110000 11111 101011 0 110 100000000 1001101 1001010

Color Harmonies of #A589F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A589F0

Black with #A589F0

Text Example


Text Example

White with #A589F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A589F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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