Html Css Color HEX #A58EDC Biloba Flower

📋 copy color: '#A58EDC'

red 165 ◦ green 142 ◦ blue 220

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

Shades of Biloba Flower #A58EDC

Tints of Biloba Flower #A58EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.75%

R = 31.31%
G = 26.94%
B = 41.75%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A58EDC (or 0xA58EDC) is known color: Biloba Flower. HEX triplet: A5, 8E and DC. RGB value is (165,142,220). Sum of RGB (Red+Green+Blue) = 165+142+220=527 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.31% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #A58EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58EDC is #5A7123. Grayscale: #9D9D9D. Windows color (decimal): -5927204 or 14454437. OLE color: 14454437.

HSL color Cylindrical-coordinate representation of color #A58EDC: hue angle of 257.69º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A58EDC is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 142 220 -
CMYK 0.25 0.35 0 0.14
HSL 257.69º 0.53% 0.71% -
HSV(B) 257.69º 0.35% 0.86% -
XYZ 38.11 32.51 71.98 -
YUV 157.77 163.12 133.16 -
System Red Green Blue C M Y K H S L
Decimal 165 142 220 0.25 0.35 0 0.14 257.69 0.53 0.71
Hex A5 8E DC 19 23 0 E 102 35 47
Octal 245 216 334 31 43 0 16 402 65 107
Binary 10100101 10001110 11011100 11001 100011 0 1110 100000010 110101 1000111

Color Harmonies of #A58EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58EDC

Black with #A58EDC

Text Example


Text Example

White with #A58EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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