Html Css Color HEX #A58DCF Biloba Flower

📋 copy color: '#A58DCF'

red 165 ◦ green 141 ◦ blue 207

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

Shades of Biloba Flower #A58DCF

Tints of Biloba Flower #A58DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.35%

R = 32.16%
G = 27.49%
B = 40.35%

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

#A58DCF (or 0xA58DCF) is known color: Biloba Flower. HEX triplet: A5, 8D and CF. RGB value is (165,141,207). Sum of RGB (Red+Green+Blue) = 165+141+207=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #A58DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58DCF is #5A7230. Grayscale: #9B9B9B. Windows color (decimal): -5927473 or 13602213. OLE color: 13602213.

HSL color Cylindrical-coordinate representation of color #A58DCF: hue angle of 261.82º degrees, saturation: 0.41, 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 #A58DCF is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 141 207 -
CMYK 0.20 0.32 0 0.19
HSL 261.82º 0.41% 0.68% -
HSV(B) 261.82º 0.32% 0.81% -
XYZ 36.3 31.55 63.21 -
YUV 155.7 156.95 134.63 -
System Red Green Blue C M Y K H S L
Decimal 165 141 207 0.20 0.32 0 0.19 261.82 0.41 0.68
Hex A5 8D CF 14 20 0 13 106 29 44
Octal 245 215 317 24 40 0 23 406 51 104
Binary 10100101 10001101 11001111 10100 100000 0 10011 100000110 101001 1000100

Color Harmonies of #A58DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58DCF

Black with #A58DCF

Text Example


Text Example

White with #A58DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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