Html Css Color HEX #A58ECC Biloba Flower

📋 copy color: '#A58ECC'

red 165 ◦ green 142 ◦ blue 204

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

Shades of Biloba Flower #A58ECC

Tints of Biloba Flower #A58ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.92%

R = 32.29%
G = 27.79%
B = 39.92%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A58ECC (or 0xA58ECC) is known color: Biloba Flower. HEX triplet: A5, 8E and CC. RGB value is (165,142,204). Sum of RGB (Red+Green+Blue) = 165+142+204=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #A58ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58ECC is #5A7133. Grayscale: #9B9B9B. Windows color (decimal): -5927220 or 13405861. OLE color: 13405861.

HSL color Cylindrical-coordinate representation of color #A58ECC: hue angle of 262.26º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A58ECC is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 142 204 -
CMYK 0.19 0.30 0 0.2
HSL 262.26º 0.38% 0.68% -
HSV(B) 262.26º 0.3% 0.8% -
XYZ 36.09 31.7 61.34 -
YUV 155.95 155.12 134.46 -
System Red Green Blue C M Y K H S L
Decimal 165 142 204 0.19 0.30 0 0.2 262.26 0.38 0.68
Hex A5 8E CC 13 1E 0 14 106 26 44
Octal 245 216 314 23 36 0 24 406 46 104
Binary 10100101 10001110 11001100 10011 11110 0 10100 100000110 100110 1000100

Color Harmonies of #A58ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58ECC

Black with #A58ECC

Text Example


Text Example

White with #A58ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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