Html Css Color HEX #A58EDB Biloba Flower

📋 copy color: '#A58EDB'

red 165 ◦ green 142 ◦ blue 219

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

Shades of Biloba Flower #A58EDB

Tints of Biloba Flower #A58EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27%

 BLUE value IS 219 (85.94% from 255) = 41.63%

R = 31.37%
G = 27%
B = 41.63%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A58EDB (or 0xA58EDB) is known color: Biloba Flower. HEX triplet: A5, 8E and DB. RGB value is (165,142,219). Sum of RGB (Red+Green+Blue) = 165+142+219=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #A58EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58EDB is #5A7124. Grayscale: #9D9D9D. Windows color (decimal): -5927205 or 14388901. OLE color: 14388901.

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

Color convert

RGB 165 142 219 -
CMYK 0.25 0.35 0 0.14
HSL 257.92º 0.52% 0.71% -
HSV(B) 257.92º 0.35% 0.86% -
XYZ 37.98 32.46 71.28 -
YUV 157.66 162.62 133.24 -
System Red Green Blue C M Y K H S L
Decimal 165 142 219 0.25 0.35 0 0.14 257.92 0.52 0.71
Hex A5 8E DB 19 23 0 E 102 34 47
Octal 245 216 333 31 43 0 16 402 64 107
Binary 10100101 10001110 11011011 11001 100011 0 1110 100000010 110100 1000111

Color Harmonies of #A58EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58EDB

Black with #A58EDB

Text Example


Text Example

White with #A58EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58EDB; }

 p { color: rgb(165,142,219); }

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

background-color css

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

 a { background-color: rgb(165,142,219); }

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

border-color css

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

 span { border-color: rgb(165,142,219); }

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