Html Css Color HEX #A58ECE Biloba Flower

📋 copy color: '#A58ECE'

red 165 ◦ green 142 ◦ blue 206

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

Shades of Biloba Flower #A58ECE

Tints of Biloba Flower #A58ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.16%

R = 32.16%
G = 27.68%
B = 40.16%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A58ECE (or 0xA58ECE) is known color: Biloba Flower. HEX triplet: A5, 8E and CE. RGB value is (165,142,206). Sum of RGB (Red+Green+Blue) = 165+142+206=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #A58ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58ECE is #5A7131. Grayscale: #9B9B9B. Windows color (decimal): -5927218 or 13536933. OLE color: 13536933.

HSL color Cylindrical-coordinate representation of color #A58ECE: hue angle of 261.56º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A58ECE is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 142 206 -
CMYK 0.20 0.31 0 0.19
HSL 261.56º 0.4% 0.68% -
HSV(B) 261.56º 0.31% 0.81% -
XYZ 36.33 31.8 62.62 -
YUV 156.17 156.12 134.3 -
System Red Green Blue C M Y K H S L
Decimal 165 142 206 0.20 0.31 0 0.19 261.56 0.4 0.68
Hex A5 8E CE 14 1F 0 13 106 28 44
Octal 245 216 316 24 37 0 23 406 50 104
Binary 10100101 10001110 11001110 10100 11111 0 10011 100000110 101000 1000100

Color Harmonies of #A58ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58ECE

Black with #A58ECE

Text Example


Text Example

White with #A58ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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