Html Css Color HEX #A58CDB Biloba Flower

📋 copy color: '#A58CDB'

red 165 ◦ green 140 ◦ blue 219

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

Shades of Biloba Flower #A58CDB

Tints of Biloba Flower #A58CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.72%

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

R = 31.49%
G = 26.72%
B = 41.79%

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

#A58CDB (or 0xA58CDB) is known color: Biloba Flower. HEX triplet: A5, 8C and DB. RGB value is (165,140,219). Sum of RGB (Red+Green+Blue) = 165+140+219=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #A58CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58CDB is #5A7324. Grayscale: #9C9C9C. Windows color (decimal): -5927717 or 14388389. OLE color: 14388389.

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

Color convert

RGB 165 140 219 -
CMYK 0.25 0.36 0 0.14
HSL 258.99º 0.52% 0.7% -
HSV(B) 258.99º 0.36% 0.86% -
XYZ 37.68 31.87 71.18 -
YUV 156.48 163.28 134.08 -
System Red Green Blue C M Y K H S L
Decimal 165 140 219 0.25 0.36 0 0.14 258.99 0.52 0.7
Hex A5 8C DB 19 24 0 E 103 34 46
Octal 245 214 333 31 44 0 16 403 64 106
Binary 10100101 10001100 11011011 11001 100100 0 1110 100000011 110100 1000110

Color Harmonies of #A58CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58CDB

Black with #A58CDB

Text Example


Text Example

White with #A58CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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