Html Css Color HEX #A58EDA Biloba Flower

📋 copy color: '#A58EDA'

red 165 ◦ green 142 ◦ blue 218

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

Shades of Biloba Flower #A58EDA

Tints of Biloba Flower #A58EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.52%

R = 31.43%
G = 27.05%
B = 41.52%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A58EDA (or 0xA58EDA) is known color: Biloba Flower. HEX triplet: A5, 8E and DA. RGB value is (165,142,218). Sum of RGB (Red+Green+Blue) = 165+142+218=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #A58EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58EDA is #5A7125. Grayscale: #9D9D9D. Windows color (decimal): -5927206 or 14323365. OLE color: 14323365.

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

Color convert

RGB 165 142 218 -
CMYK 0.24 0.35 0 0.15
HSL 258.16º 0.51% 0.71% -
HSV(B) 258.16º 0.35% 0.85% -
XYZ 37.84 32.41 70.59 -
YUV 157.54 162.12 133.32 -
System Red Green Blue C M Y K H S L
Decimal 165 142 218 0.24 0.35 0 0.15 258.16 0.51 0.71
Hex A5 8E DA 18 23 0 F 102 33 47
Octal 245 216 332 30 43 0 17 402 63 107
Binary 10100101 10001110 11011010 11000 100011 0 1111 100000010 110011 1000111

Color Harmonies of #A58EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58EDA

Black with #A58EDA

Text Example


Text Example

White with #A58EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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