Html Css Color HEX #A58DDB Biloba Flower

📋 copy color: '#A58DDB'

red 165 ◦ green 141 ◦ blue 219

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

Shades of Biloba Flower #A58DDB

Tints of Biloba Flower #A58DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.86%

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

R = 31.43%
G = 26.86%
B = 41.71%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A58DDB (or 0xA58DDB) is known color: Biloba Flower. HEX triplet: A5, 8D and DB. RGB value is (165,141,219). Sum of RGB (Red+Green+Blue) = 165+141+219=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #A58DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58DDB is #5A7224. Grayscale: #9C9C9C. Windows color (decimal): -5927461 or 14388645. OLE color: 14388645.

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

Color convert

RGB 165 141 219 -
CMYK 0.25 0.36 0 0.14
HSL 258.46º 0.52% 0.71% -
HSV(B) 258.46º 0.36% 0.86% -
XYZ 37.83 32.16 71.23 -
YUV 157.07 162.95 133.66 -
System Red Green Blue C M Y K H S L
Decimal 165 141 219 0.25 0.36 0 0.14 258.46 0.52 0.71
Hex A5 8D DB 19 24 0 E 102 34 47
Octal 245 215 333 31 44 0 16 402 64 107
Binary 10100101 10001101 11011011 11001 100100 0 1110 100000010 110100 1000111

Color Harmonies of #A58DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58DDB

Black with #A58DDB

Text Example


Text Example

White with #A58DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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