Html Css Color HEX #A58AD8 Biloba Flower

📋 copy color: '#A58AD8'

red 165 ◦ green 138 ◦ blue 216

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

Shades of Biloba Flower #A58AD8

Tints of Biloba Flower #A58AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.62%

R = 31.79%
G = 26.59%
B = 41.62%

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

#A58AD8 (or 0xA58AD8) is known color: Biloba Flower. HEX triplet: A5, 8A and D8. RGB value is (165,138,216). Sum of RGB (Red+Green+Blue) = 165+138+216=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 216 (84.77% from 255 or 41.62% from 519); Max value from RGB is 216 - color contains mainly: blue. Hex color #A58AD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58AD8 is #5A7527. Grayscale: #9A9A9A. Windows color (decimal): -5928232 or 14191269. OLE color: 14191269.

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

Color convert

RGB 165 138 216 -
CMYK 0.24 0.36 0 0.15
HSL 260.77º 0.5% 0.69% -
HSV(B) 260.77º 0.36% 0.85% -
XYZ 37 31.13 69.03 -
YUV 154.97 162.45 135.16 -
System Red Green Blue C M Y K H S L
Decimal 165 138 216 0.24 0.36 0 0.15 260.77 0.5 0.69
Hex A5 8A D8 18 24 0 F 105 32 45
Octal 245 212 330 30 44 0 17 405 62 105
Binary 10100101 10001010 11011000 11000 100100 0 1111 100000101 110010 1000101

Color Harmonies of #A58AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58AD8

Black with #A58AD8

Text Example


Text Example

White with #A58AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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