Html Css Color HEX #A58FDB Biloba Flower

📋 copy color: '#A58FDB'

red 165 ◦ green 143 ◦ blue 219

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

Shades of Biloba Flower #A58FDB

Tints of Biloba Flower #A58FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.13%

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

R = 31.31%
G = 27.13%
B = 41.56%

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

#A58FDB (or 0xA58FDB) is known color: Biloba Flower. HEX triplet: A5, 8F and DB. RGB value is (165,143,219). Sum of RGB (Red+Green+Blue) = 165+143+219=527 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.31% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #A58FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58FDB is #5A7024. Grayscale: #9D9D9D. Windows color (decimal): -5926949 or 14389157. OLE color: 14389157.

HSL color Cylindrical-coordinate representation of color #A58FDB: hue angle of 257.37º degrees, saturation: 0.51, 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 #A58FDB is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 143 219 -
CMYK 0.25 0.35 0 0.14
HSL 257.37º 0.51% 0.71% -
HSV(B) 257.37º 0.35% 0.86% -
XYZ 38.13 32.76 71.33 -
YUV 158.24 162.29 132.82 -
System Red Green Blue C M Y K H S L
Decimal 165 143 219 0.25 0.35 0 0.14 257.37 0.51 0.71
Hex A5 8F DB 19 23 0 E 101 33 47
Octal 245 217 333 31 43 0 16 401 63 107
Binary 10100101 10001111 11011011 11001 100011 0 1110 100000001 110011 1000111

Color Harmonies of #A58FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58FDB

Black with #A58FDB

Text Example


Text Example

White with #A58FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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