Html Css Color HEX #A58EEC Biloba Flower

📋 copy color: '#A58EEC'

red 165 ◦ green 142 ◦ blue 236

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

Shades of Biloba Flower #A58EEC

Tints of Biloba Flower #A58EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.46%

R = 30.39%
G = 26.15%
B = 43.46%

CMYK

 C value IS 0.30

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A58EEC (or 0xA58EEC) is known color: Biloba Flower. HEX triplet: A5, 8E and EC. RGB value is (165,142,236). Sum of RGB (Red+Green+Blue) = 165+142+236=543 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.39% from 543); Green value is 142 (55.86% from 255 or 26.15% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #A58EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58EEC is #5A7113. Grayscale: #9F9F9F. Windows color (decimal): -5927188 or 15503013. OLE color: 15503013.

HSL color Cylindrical-coordinate representation of color #A58EEC: hue angle of 254.68º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A58EEC is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 142 236 -
CMYK 0.30 0.40 0 0.07
HSL 254.68º 0.71% 0.74% -
HSV(B) 254.68º 0.4% 0.93% -
XYZ 40.33 33.4 83.68 -
YUV 159.59 171.12 131.86 -
System Red Green Blue C M Y K H S L
Decimal 165 142 236 0.30 0.40 0 0.07 254.68 0.71 0.74
Hex A5 8E EC 1E 28 0 7 FF 47 4A
Octal 245 216 354 36 50 0 7 377 107 112
Binary 10100101 10001110 11101100 11110 101000 0 111 11111111 1000111 1001010

Color Harmonies of #A58EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58EEC

Black with #A58EEC

Text Example


Text Example

White with #A58EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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