Html Css Color HEX #A58DD5 Biloba Flower

📋 copy color: '#A58DD5'

red 165 ◦ green 141 ◦ blue 213

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

Shades of Biloba Flower #A58DD5

Tints of Biloba Flower #A58DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.04%

R = 31.79%
G = 27.17%
B = 41.04%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A58DD5 (or 0xA58DD5) is known color: Biloba Flower. HEX triplet: A5, 8D and D5. RGB value is (165,141,213). Sum of RGB (Red+Green+Blue) = 165+141+213=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 213 (83.59% from 255 or 41.04% from 519); Max value from RGB is 213 - color contains mainly: blue. Hex color #A58DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58DD5 is #5A722A. Grayscale: #9C9C9C. Windows color (decimal): -5927467 or 13995429. OLE color: 13995429.

HSL color Cylindrical-coordinate representation of color #A58DD5: hue angle of 260º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A58DD5 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 141 213 -
CMYK 0.23 0.34 0 0.16
HSL 260º 0.46% 0.69% -
HSV(B) 260º 0.34% 0.84% -
XYZ 37.05 31.85 67.15 -
YUV 156.38 159.95 134.15 -
System Red Green Blue C M Y K H S L
Decimal 165 141 213 0.23 0.34 0 0.16 260 0.46 0.69
Hex A5 8D D5 17 22 0 10 104 2E 45
Octal 245 215 325 27 42 0 20 404 56 105
Binary 10100101 10001101 11010101 10111 100010 0 10000 100000100 101110 1000101

Color Harmonies of #A58DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58DD5

Black with #A58DD5

Text Example


Text Example

White with #A58DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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