Html Css Color HEX #A58ED0 Biloba Flower

📋 copy color: '#A58ED0'

red 165 ◦ green 142 ◦ blue 208

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

Shades of Biloba Flower #A58ED0

Tints of Biloba Flower #A58ED0

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.57%

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

R = 32.04%
G = 27.57%
B = 40.39%

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

#A58ED0 (or 0xA58ED0) is known color: Biloba Flower. HEX triplet: A5, 8E and D0. RGB value is (165,142,208). Sum of RGB (Red+Green+Blue) = 165+142+208=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 208 - color contains mainly: blue. Hex color #A58ED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58ED0 is #5A712F. Grayscale: #9C9C9C. Windows color (decimal): -5927216 or 13668005. OLE color: 13668005.

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

Color convert

RGB 165 142 208 -
CMYK 0.21 0.32 0 0.18
HSL 260.91º 0.41% 0.69% -
HSV(B) 260.91º 0.32% 0.82% -
XYZ 36.58 31.9 63.9 -
YUV 156.4 157.12 134.13 -
System Red Green Blue C M Y K H S L
Decimal 165 142 208 0.21 0.32 0 0.18 260.91 0.41 0.69
Hex A5 8E D0 15 20 0 12 105 29 45
Octal 245 216 320 25 40 0 22 405 51 105
Binary 10100101 10001110 11010000 10101 100000 0 10010 100000101 101001 1000101

Color Harmonies of #A58ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58ED0

Black with #A58ED0

Text Example


Text Example

White with #A58ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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