Html Css Color HEX #A58AD9 Biloba Flower

📋 copy color: '#A58AD9'

red 165 ◦ green 138 ◦ blue 217

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

Shades of Biloba Flower #A58AD9

Tints of Biloba Flower #A58AD9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.54%

 BLUE value IS 217 (85.16% from 255) = 41.73%

R = 31.73%
G = 26.54%
B = 41.73%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A58AD9 (or 0xA58AD9) is known color: Biloba Flower. HEX triplet: A5, 8A and D9. RGB value is (165,138,217). Sum of RGB (Red+Green+Blue) = 165+138+217=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 217 (85.16% from 255 or 41.73% from 520); Max value from RGB is 217 - color contains mainly: blue. Hex color #A58AD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58AD9 is #5A7526. Grayscale: #9A9A9A. Windows color (decimal): -5928231 or 14256805. OLE color: 14256805.

HSL color Cylindrical-coordinate representation of color #A58AD9: hue angle of 260.51º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A58AD9 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 138 217 -
CMYK 0.24 0.36 0 0.15
HSL 260.51º 0.51% 0.7% -
HSV(B) 260.51º 0.36% 0.85% -
XYZ 37.13 31.19 69.71 -
YUV 155.08 162.95 135.08 -
System Red Green Blue C M Y K H S L
Decimal 165 138 217 0.24 0.36 0 0.15 260.51 0.51 0.7
Hex A5 8A D9 18 24 0 F 105 33 46
Octal 245 212 331 30 44 0 17 405 63 106
Binary 10100101 10001010 11011001 11000 100100 0 1111 100000101 110011 1000110

Color Harmonies of #A58AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58AD9

Black with #A58AD9

Text Example


Text Example

White with #A58AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58AD9; }

 p { color: rgb(165,138,217); }

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

background-color css

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

 a { background-color: rgb(165,138,217); }

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

border-color css

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

 span { border-color: rgb(165,138,217); }

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