Html Css Color HEX #A58DCE Biloba Flower

📋 copy color: '#A58DCE'

red 165 ◦ green 141 ◦ blue 206

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

Shades of Biloba Flower #A58DCE

Tints of Biloba Flower #A58DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.23%

R = 32.23%
G = 27.54%
B = 40.23%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A58DCE (or 0xA58DCE) is known color: Biloba Flower. HEX triplet: A5, 8D and CE. RGB value is (165,141,206). Sum of RGB (Red+Green+Blue) = 165+141+206=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #A58DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58DCE is #5A7231. Grayscale: #9B9B9B. Windows color (decimal): -5927474 or 13536677. OLE color: 13536677.

HSL color Cylindrical-coordinate representation of color #A58DCE: hue angle of 262.15º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A58DCE is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 141 206 -
CMYK 0.20 0.32 0 0.19
HSL 262.15º 0.4% 0.68% -
HSV(B) 262.15º 0.32% 0.81% -
XYZ 36.18 31.51 62.57 -
YUV 155.59 156.45 134.71 -
System Red Green Blue C M Y K H S L
Decimal 165 141 206 0.20 0.32 0 0.19 262.15 0.4 0.68
Hex A5 8D CE 14 20 0 13 106 28 44
Octal 245 215 316 24 40 0 23 406 50 104
Binary 10100101 10001101 11001110 10100 100000 0 10011 100000110 101000 1000100

Color Harmonies of #A58DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58DCE

Black with #A58DCE

Text Example


Text Example

White with #A58DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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