Html Css Color HEX #A58DD0 Biloba Flower

📋 copy color: '#A58DD0'

red 165 ◦ green 141 ◦ blue 208

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

Shades of Biloba Flower #A58DD0

Tints of Biloba Flower #A58DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.47%

R = 32.1%
G = 27.43%
B = 40.47%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A58DD0 (or 0xA58DD0) is known color: Biloba Flower. HEX triplet: A5, 8D and D0. RGB value is (165,141,208). Sum of RGB (Red+Green+Blue) = 165+141+208=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 141 (55.47% from 255 or 27.43% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 208 - color contains mainly: blue. Hex color #A58DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58DD0 is #5A722F. Grayscale: #9B9B9B. Windows color (decimal): -5927472 or 13667749. OLE color: 13667749.

HSL color Cylindrical-coordinate representation of color #A58DD0: hue angle of 261.49º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A58DD0 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 141 208 -
CMYK 0.21 0.32 0 0.18
HSL 261.49º 0.42% 0.68% -
HSV(B) 261.49º 0.32% 0.82% -
XYZ 36.43 31.6 63.85 -
YUV 155.81 157.45 134.55 -
System Red Green Blue C M Y K H S L
Decimal 165 141 208 0.21 0.32 0 0.18 261.49 0.42 0.68
Hex A5 8D D0 15 20 0 12 105 2A 44
Octal 245 215 320 25 40 0 22 405 52 104
Binary 10100101 10001101 11010000 10101 100000 0 10010 100000101 101010 1000100

Color Harmonies of #A58DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58DD0

Black with #A58DD0

Text Example


Text Example

White with #A58DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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