Html Css Color HEX #A58ECF Biloba Flower

📋 copy color: '#A58ECF'

red 165 ◦ green 142 ◦ blue 207

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

Shades of Biloba Flower #A58ECF

Tints of Biloba Flower #A58ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.27%

R = 32.1%
G = 27.63%
B = 40.27%

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

#A58ECF (or 0xA58ECF) is known color: Biloba Flower. HEX triplet: A5, 8E and CF. RGB value is (165,142,207). Sum of RGB (Red+Green+Blue) = 165+142+207=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 142 (55.86% from 255 or 27.63% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #A58ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58ECF is #5A7130. Grayscale: #9C9C9C. Windows color (decimal): -5927217 or 13602469. OLE color: 13602469.

HSL color Cylindrical-coordinate representation of color #A58ECF: hue angle of 261.23º 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 #A58ECF is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 142 207 -
CMYK 0.20 0.31 0 0.19
HSL 261.23º 0.4% 0.68% -
HSV(B) 261.23º 0.31% 0.81% -
XYZ 36.45 31.85 63.26 -
YUV 156.29 156.62 134.21 -
System Red Green Blue C M Y K H S L
Decimal 165 142 207 0.20 0.31 0 0.19 261.23 0.4 0.68
Hex A5 8E CF 14 1F 0 13 105 28 44
Octal 245 216 317 24 37 0 23 405 50 104
Binary 10100101 10001110 11001111 10100 11111 0 10011 100000101 101000 1000100

Color Harmonies of #A58ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58ECF

Black with #A58ECF

Text Example


Text Example

White with #A58ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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